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