ConstSet::values
Returns a ConstVector
containing the values of the current ConstSet
public function values(): ConstVector<Tv>;
This method is interchangeable with keys()
.
Returns
ConstVector<Tv>
- aConstVector
(integer-indexed) containing the values of the currentConstSet
.