HH\KeyedIterable::toImmMap
Returns an immutable map (ImmMap
) based on the keys and values of the
current KeyedIterable
public function toImmMap(): ImmMap<Tk, Tv>;
Returns
ImmMap<Tk,
Tv>
- anImmMap
that has the keys and associated values of the currentKeyedIterable
.