Identifier returns the prefix byte for this token type. This should be unique. The range 0x80 to 0xff (inclusive) is reserved for user-provided custom tokenizers.
()
| 71 | // unique. The range 0x80 to 0xff (inclusive) is reserved for user-provided |
| 72 | // custom tokenizers. |
| 73 | Identifier() byte |
| 74 | |
| 75 | // IsSortable returns true if the tokenizer can be used for sorting/ordering. |
| 76 | IsSortable() bool |
no outgoing calls