HH\ImmMap::items
Returns an Iterable view of the current ImmMap
public function items(): Iterable<Pair<Tk, Tv>>;
The Iterable returned is one that produces the key/values from the
current ImmMap.
Returns
Iterable<Pair<Tk,Tv>>- TheIterableview of the currentImmMap.
Examples
See [Map::items](</hack/reference/class/Map/items/#examples>) for usage examples.