HH\ImmMap::toImmVector
Returns an immutable vector (ImmVector) with the values of the current
ImmMap
public function toImmVector(): ImmVector<Tv>;
Returns
ImmVector<Tv>- anImmVectorthat contains the values of the currentImmMap.
Examples
See [Map::toImmVector](</hack/reference/class/Map/toImmVector/#examples>) for usage examples.