UCent

ucent 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(UCent rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hi
ulong hi;

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

lo
ulong lo;

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

Meta