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
ImmVector<Tv>
- an ImmVector containing the values of the currentImmMap
.
Examples
See Map::values
for usage examples.