EBTree128.update

Sets the key of node to key, keeping the tree sorted.

class EBTree128(bool signed = false)
update
(
return ref Node node
,)
out (node_out) { assert (node_out !is null); }

Parameters

node Node

node to update key

key Key

new key for node

Return Value

Type: Node*

updated node

Meta