ConstMap::values
Returns a ConstVector
containing the values of the current ConstMap
public function values(): ConstVector<Tv>;
The indices of the ConstVector
will be integer-indexed starting from 0, no matter the keys of the
ConstMap`.
Returns
ConstVector<Tv>
- aConstVector
containing the values of the currentConstMap
.