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/pmtypes documentation built on Jan. 31, 2020, 1:09 p.m.