QuantityParser.check

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void check()
  2. void check(Tok tok)
    struct QuantityParser(N, S)
    void
    check
    if (
    isNumeric!N &&
    isSomeString!S
    )
  3. void check(Tok tok1, Tok tok2)

Meta