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