HH\KeyedIterable::getIterator
Returns an iterator that points to beginning of the current
KeyedIterable
public function getIterator(): KeyedIterator<Tk, Tv>;
Returns
KeyedIterator<Tk,
Tv>
- AKeyedIterator
that allows you to traverse the currentKeyedIterable
.