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.
Optional
_error: booleanReturns 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.