HH\ImmMap::toValuesArray

Returns an array containing the values from the current ImmMap

public function toValuesArray(): varray<Tv>;

Returns

  • varray<Tv> - an integer-indexed array containing the values from the current ImmMap.

Examples

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