values As Tuple
Answer a tuple of values from this map in arbitrary order. A tuple is used instead of a set, since the values are not necessarily unique. The order of elements in the tuple is arbitrary and meaningless.
Return
The map's values in an arbitrarily ordered tuple.