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

Examples

See [Map::items](</hack/reference/class/Map/items/#examples>) for usage examples.