eb128_node_setkey_264

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

extern (C)
eb128_node_setkey_264
(,
ulong lo
,
ulong hi
)

Parameters

node eb128_node*

node to set the key

lo ulong

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