TokenData.get

Undocumented in source. Be warned that the author may not have intended to support it.
struct TokenData
get
(
T
)
()
if (
isIntegral!T ||
isFloatingPoint!T
||
is(T == string)
||
is(T == char)
||
is(T == bool)
)

Meta