eb128i_node_getkey_264

Obtains node->key,and decomposes it into an int64_t and an uint64_t value. This assumes that the key was originally signed, e.g. set by eb128i_node_setkey_264().

extern (C)
void
eb128i_node_getkey_264
(,
ulong* lo
,
long* hi
)

Parameters

node eb128_node*

node to obtain the key

lo ulong*

output of the value of the lower 64 value bits of node->key

hi long*

output of the value of the higher 64 value bits of node->key

Meta