IdentifierInterface
interface IdentifierInterface
A move identifier
BCS
The BCS serialized form for this type is defined by the following ABNF:
identifier = %d1-128 ; length of the identifier
(ALPHA *127(ALPHA / DIGIT / UNDERSCORE)) /
(UNDERSCORE 1*127(ALPHA / DIGIT / UNDERSCORE))
UNDERSCORE = %x95
Inheritors
| Identifier |
Functions
| Name | Summary |
|---|---|
| asStr | abstract fun asStr(): String |