Readonly
resultThe result of the enum.
Static
Readonly
defaultStatic
Readonly
enumsStatic
Readonly
identifierThe type of the enum.
Static
Readonly
symbolThe symbol of the enum.
Static
Readonly
typeThe type of the enum.
Checks if the enum value is applicable.
Whether to throw an error if the enum value is not applicable.
Returns true
if the enum value is applicable, or false
otherwise.
Static
extractReads the next value from the pointer.
The pointer to read from.
Whether the enum value is optional.