TokenData.opAssign

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

Meta