HH\ImmVector::getIterator
Returns an iterator that points to beginning of the current ImmVector
public function getIterator(): HH\Rx\KeyedIterator<int, Tv>;
Returns
HH\Rx\KeyedIterator<int, Tv>
- AKeyedIterator
that allows you to traverse the currentImmVector
.
Examples
See Vector::getIterator
for usage examples.