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
varray<Tv>
- Anarray
containing the values from the currentImmVector
.
Examples
See [Vector::toValuesArray
](</hack/reference/class/Vector/toValuesArray/#examples>) for usage examples.