set
Create an Avail set with the specified elements. The elements are not made immutable first, nor is the new set.
Return
The new mutable set.
Parameters
elements
The array of Avail values from which to construct a 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.
Return
The new mutable set.
Parameters
error Code Elements
The array of AvailErrorCodes from which to construct a set.