Interval

Undocumented in source.

Constructors

this
this(Offset s, Offset e)
Undocumented in source.
this
this(size_t s, size_t e)
Undocumented in source.

Members

Functions

opCmp
int opCmp(Interval rhs)
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.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

append
Interval append()

Variables

end
Offset end;
Undocumented in source.
start
Offset start;
Undocumented in source.

Meta