eb128i_node_setkey_264

Sets node->key to an int128_t value composed from lo and hi.

extern (C)
eb128i_node_setkey_264
(,
long lo
,
ulong hi
)

Parameters

node eb128_node*

node to set the key

lo long

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

hi ulong

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

Return Value

Type: eb128_node*

node

Meta