MutableSet::values

Returns a MutableVector containing the values of the current MutableSet

public function values(): MutableVector<Tv>;

This method is interchangeable with keys().

Returns