HH\ImmVector::toKeysArray
Returns an array
whose values are the keys from the current ImmVector
public function toKeysArray(): varray<Tv>;
Returns
varray<Tv>
- Anarray
with the integer keys from the currentImmVector
.
Examples
See Vector::toKeysArray
for usage examples.