IonTokenizer.expect

Undocumented in source.
  1. char expect(char c, string file, int line)
    template expect(alias pred = "a", bool noRead = false)
    @trusted @nogc pure
    static if(noRead)
    char
    expect
    (
    char c
    ,
    string file = __FILE__
    ,
    int line = __LINE__
    )
  2. char expect(string file, int line)

Members

Functions

expect
char expect(char c, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
expect
char expect(string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta