ZincParser.expectToken

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

Meta