insert


Description:

public void insert (owned K key, owned V value)

Inserts a key/value pair into a Tree.

Inserts a new key and value into a Tree as insert_node does, only this function does not return the inserted or set node.

Parameters:

this

a Tree

key

the key to insert

value

the value corresponding to the key