HH\ImmSet::count
Provides the number of elements in the current ImmSet
public function count(): int;
Returns
int
- The number of elements in the currentImmSet
.
Examples
See Set::count
for usage examples.
Provides the number of elements in the current ImmSet
public function count(): int;
int
- The number of elements in the current ImmSet
.See Set::count
for usage examples.