HH\ImmSet::values
Returns an ImmVector
containing the values of the current ImmSet
public function values(): ImmVector<Tv>;
This method is interchangeable with toImmVector()
and keys()
.
Returns
ImmVector<Tv>
- anImmVector
containing the values of the currentImmSet
.
Examples
See Set::values
for usage examples.