Obtains node->key,and decomposes it into two uint64_t values. This assumes that the key was originally unsigned, e.g. set by eb128_node_setkey_264().
node to obtain the key
output of the value of the lower 64 value bits of node->key
output of the value of the higher 64 value bits of node->key
See Implementation
Obtains node->key,and decomposes it into two uint64_t values. This assumes that the key was originally unsigned, e.g. set by eb128_node_setkey_264().