EBTree128.add

Adds a new node to the tree, automatically inserting it in the correct location to keep the tree sorted.

class EBTree128(bool signed = false)
add
out (node_out) { assert (node_out !is null); }

Parameters

key Key

key of node to add

Return Value

Type: Node*

pointer to the newly added node

Meta