asTuple

val A_Set.asTuple: A_Tuple

Construct a tuple from the receiver, a set. Element ordering in the tuple will be arbitrary and unstable – two successive invocations on the same set may produce two differently ordered tuples.

Return

A tuple containing each element of the set.