Err

Undocumented in source.

Constructors

this
this(const(string[])[] e, const(bool)[] inv, const(R)[] i)
Undocumented in source.
this
this(const(string[]) e, bool inv, R i)
Undocumented in source.

Members

Aliases

RangeType
alias RangeType = R
Undocumented in source.

Functions

opBinary
Err!R opBinary(const(Err!R) o)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

e
const(string[])[] e;
Undocumented in source.
err_range
const(R)[] err_range;
Undocumented in source.
inv
const(bool)[] inv;
Undocumented in source.

Meta