예제 #1
0
파일: SortedSet.php 프로젝트: novuso/system
 /**
  * {@inheritdoc}
  */
 public function count() : int
 {
     return $this->tree->count();
 }