HH\ImmSet::toValuesArray
Returns an array
containing the values from the current ImmSet
public function toValuesArray(): varray<Tv>;
This method is interchangeable with toKeysArray()
.
Returns
varray<Tv>
- an integer-indexedarray
containing the values from the currentImmSet
.
Examples
See Set::toValuesArray
for usage examples.