expect

Undocumented in source. Be warned that the author may not have intended to support it.

  1. bool expect(R range, T element)
    package
    bool
    expect
    (
    R
    T
    )
    (
    ref R range
    ,)
    if (
    isInputRange!R &&
    isSomeChar!T
    )
  2. int expect(R range, const(C)[] s)

Meta