mutils v0.0.2 (2017-12-08T12:44:38Z)
Dub
Repo
TokenData.get
mutils
serializer
lexer_utils
TokenData
Undocumented in source. Be warned that the author may not have intended to support it.
struct
TokenData
auto
get
(
T
)
(
)
if
(
isIntegral
!
T
||
isFloatingPoint
!
T
||
is
(
T
==
string
)
||
is
(
T
==
char
)
||
is
(
T
==
bool
)
)
Meta
Source
See Implementation
mutils
serializer
lexer_utils
TokenData
functions
get
getChar
getEscapedString
getUnescapedString
isChar
isComment
isString
isType
opAssign
toString
unions
__anonymous
variables
column
line
type