expect.expect

Undocumented in source. Be warned that the author may not have intended to support it.
  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)

Meta