HH\ImmMap::toValuesArray
Returns an array containing the values from the current ImmMap
public function toValuesArray(): varray<Tv>;
Returns
varray<Tv>- an integer-indexedarraycontaining the values from the currentImmMap.
Examples
See [Map::toValuesArray](</hack/reference/class/Map/toValuesArray/#examples>) for usage examples.