ConstSet::values

Returns a ConstVector containing the values of the current ConstSet

public function values(): ConstVector<Tv>;

This method is interchangeable with keys().

Returns