HH\ImmVector::toValuesArray

Returns an array containing the values from the current ImmVector

public function toValuesArray(): varray<Tv>;

This method is interchangeable with toArray().

Returns

Examples

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