rcdata v1.0.0-alpha.5 (2023-03-18T14:16:01Z)
Dub
Repo
Token
tests
parser
base
Undocumented in source.
struct
Token {
TokenType
type
;
string
content
;
}
Members
Variables
content
string
content
;
Undocumented in source.
type
TokenType
type
;
Undocumented in source.
Meta
Source
See Implementation
tests
parser
base
enums
TokenType
functions
allButWhitespace
supply
structs
Token