Offset

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

Members

Functions

intersect
bool intersect(Offset y)

Check if offsets intersect.

isZero
bool isZero()

If the offset has size zero.

length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
overlap
bool overlap(Offset y)

Check if offsets overlap.

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