Skip to main content

Interface: IdentifierLike

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

Methods

asStr()

asStr(): string;

Returns

string