ParseResult.this

Create a parse result (implies ok = true)

  1. this(R r, T d)
    struct ParseResult(R, T = void, E = ulong)
    version(D_Ddoc)
    @safe
    this
    (
    R r
    ,
    T d
    )
    if (
    isForwardRange!R &&
    !is(E : R)
    &&
    )
  2. this(R r)
  3. this(R r, T d)
  4. this(R r)
  5. this(E e)

Meta