HH\ImmMap::toImmVector

Returns an immutable vector (ImmVector) with the values of the current ImmMap

public function toImmVector(): ImmVector<Tv>;

Returns

  • ImmVector<Tv> - an ImmVector that contains the values of the current ImmMap.

Examples

See Map::toImmVector for usage examples.