ZincParser.expectToken

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool expectToken()
    struct ZincParser(Range)
    package pure
    bool
    expectToken
    ()
    if (
    isInputRange!Range &&
    isSomeChar!(ElementEncodingType!Range)
    )
  2. bool expectToken(TokenType type)
  3. bool expectToken(TokenType type, Tag value)

Meta