IonTokenizer.expectFalse

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

Members

Functions

expectFalse
char expectFalse(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
expectFalse
char expectFalse()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta