ParseResult.this

Create a parse result with error (implies ok = false)

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

Meta