Cent

cent emulator struct

Members

Functions

opCmp
int opCmp(typeof(this) rhs)

Compares this instance to other in the same way as the libebtree does.

opEquals
equals_t opEquals(Cent rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hi
long hi;
Undocumented in source.
lo
ulong lo;

lo contains the lower, hi the higher 64 bits of the ucent value.

Meta