HH\ImmMap::values

Returns an ImmVector containing the values of the current ImmMap

public function values(): ImmVector<Tv>;

This method is interchangeable with toImmVector().

Returns

Examples

See [Map::values](</hack/reference/class/Map/values/#examples>) for usage examples.