EBTree32.Dual16Key

Dual32Key struct, allows the usage of two 32-bit integer values as a combined 64-bit key.

Members

Functions

opCmp
int opCmp(typeof(this) rhs)

Compares this instance with other.

Manifest constants

is_signed
enum is_signed;

false if 'ushort' is the type of hi (below) or true if it is 'short'.

Variables

hi
short hi;

hi: Carries the higher 16 bits of the key.

hi
ushort hi;
Undocumented in source.
lo
ushort lo;

lo: Carries the lower 16 bits of the key.

Meta