type
Source: /avail/Avail/Foundation/Early Enumeration Support
Categories: Enumerations, Types, Queries
Answer the sole instance of the specified enumeration.
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | enum | type | An enumeration. Anything answered by _'s⁇type satisfies this criterion. | |
| Returns | any | The sole instance of the argument. | ||