HH\ImmMap::toArray
Returns an array
containing the key/value pairs from the current
ImmMap
public function toArray(): array<Tk, Tv>;
Returns
array<Tk, Tv>
- anarray
containing the key and value pairs from the currentImmMap
.
Examples
See Map::toArray
for usage examples.