rbt_map_insert: Insert an element into a red-black tree map

Description Usage Arguments

View source: R/red-black-trees.R

Description

Insert an element into a red-black tree map

Usage

1
rbt_map_insert(tree, key, val)

Arguments

tree

The set

key

The key of the element to insert

val

The value of the element to insert


mailund/matchbox documentation built on Feb. 3, 2020, 10:17 p.m.