HH\Iterable::toValuesArray
Returns an array
with the values from the current Iterable
public function toValuesArray(): varray<Tv>;
The keys in the current Iterable
are discarded and replaced with integer
indices, starting with 0.
Returns
varray<Tv>
- anarray
containing the values from the currentIterable
.