Offset

Offset range. It is a closed->open set.

Members

Functions

isZero
bool isZero()

If the offset has size zero.

opCmp
int opCmp(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

begin
uint begin;
Undocumented in source.
end
uint end;
Undocumented in source.

Meta