Companion
Functions
Answer the empty set.
Create an A_Set, then iterate over the A_Tuple, invoking the transformer to produce elements to add. Deduplicate the elements. Answer the resulting set.
Create an A_Set, then iterate over the array, invoking the transformer to produce elements to add. Deduplicate the elements. Answer the resulting set.
Create an A_Set, then run the generator the specified number of times to produce elements to add. Deduplicate the elements. Answer the resulting set.
Create an A_Set, then run the iterator the specified number of times to produce elements to add. Deduplicate the elements. Answer the resulting set.
Create an A_Set, then iterate over the collection, invoking the transformer to produce elements to add. Deduplicate the elements. Answer the resulting set.
Create an Avail set with the specified elements. The elements are not made immutable first, nor is the new set.
Create an Avail set with the numeric values of the specified error codes. The numeric codes (Avail integers) are not made immutable first, nor is the new set.
Construct a new set from the specified collection of objects. Neither the elements nor the resultant set are made immutable.
Create an Avail set with exactly one element. The element is not made immutable first, nor is the new set.