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