HH\ImmMap::toImmVector
Returns an immutable vector (ImmVector
) with the values of the current
ImmMap
public function toImmVector(): ImmVector<Tv>;
Returns
ImmVector<Tv>
- anImmVector
that contains the values of the currentImmMap
.
Examples
See Map::toImmVector
for usage examples.