sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
LexNumericImpl.lexNumeric
source
lexnumeric
LexNumericImpl
Undocumented in source. Be warned that the author may not have intended to support it.
Token
lexNumeric
()
Token
lexNumeric
()
Token
lexNumeric
()
Token
lexNumeric
()
auto
lexNumeric
()
mixintemplate
LexNumericImpl
(Token, alias IntegralSuffixes, alias FloatSuffixes, alias CustomIntegralSuffixes = null, alias CustomFloatSuffixes = null)
auto
lexNumeric
(
string
s
)
(
)
if
(
s.length
== 1 &&
isDecimal
(
s
[0])
)
auto
lexNumeric
(char c)
Meta
Source
See Implementation
source
lexnumeric
LexNumericImpl
functions
lexFloatLiteral
lexFloatSuffix
lexIntegralSuffix
lexNumeric
popBinary
popDecimal
popHexadecimal
static functions
isBinary
isDecimal
isHexadecimal