BTreeMapImplementation.insert

Inserts the element in the tree.

struct BTreeMapImplementation(KeyType, ValueType, int tree_degree)
package
ValueType*
insert
(
KeyType key
,
ValueType el
,
out bool added
)

Parameters

key KeyType

key to insert

added bool

indicator if the element was added

Return Value

Type: ValueType*

pointer to the element

Meta