o_AsTuple

abstract fun o_AsTuple(self: AvailObject): A_Tuple

Construct a tuple from the given set. Element ordering in the tuple will be arbitrary and unstable.

Return

A tuple containing each element in the set.

Parameters

self

A set.