HH\ImmVector::count
Returns the number of elements in the current ImmVector
public function count(): int;
Returns
int
- The number of elements in the currentImmVector
.
Examples
See Vector::count
for usage examples.
Returns the number of elements in the current ImmVector
public function count(): int;
int
- The number of elements in the current ImmVector
.See Vector::count
for usage examples.