Skip to main content

IdentifierProtocol

IdentifierProtocol

protocol IdentifierProtocol : AnyObject, Sendable

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