ConstMap::values

Returns a ConstVector containing the values of the current ConstMap

public function values(): ConstVector<Tv>;

The indices of the ConstVectorwill be integer-indexed starting from 0, no matter the keys of theConstMap`.

Returns