singleton Set
Create an Avail set with exactly one element. The element is not made immutable first, nor is the new set.
Return
The new mutable set.
Parameters
element
The sole element of the set.
Create an Avail set with exactly one element. The element is not made immutable first, nor is the new set.
The new mutable set.
The sole element of the set.