ParseResult.this

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

Meta