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)
  2. char expect(string file, int line)
    template expect(alias pred = "a", bool noRead = false)
    @trusted @nogc pure
    static if(!(noRead))
    char
    expect
    (
    string file = __FILE__
    ,
    int line = __LINE__
    )

Meta