LexNumericImpl.lexNumeric

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Token lexNumeric()
  2. Token lexNumeric()
  3. Token lexNumeric()
  4. Token lexNumeric()
  5. auto lexNumeric()
    mixintemplate LexNumericImpl(Token, alias IntegralSuffixes, alias FloatSuffixes, alias CustomIntegralSuffixes = null, alias CustomFloatSuffixes = null)
    lexNumeric
    (
    string s
    )
    ()
    if (
    s.length == 1 &&
    isDecimal(s[0])
    )
  6. auto lexNumeric(char c)

Meta