RBT_MAP: Constructs a new node in a red-black tree map.

Description Usage Arguments Value

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

Description

Constructs a new node in a red-black tree map.

Usage

1
RBT_MAP(col, key, val, left, right)

Arguments

col

The colour for the node.

key

The key for the map stored in the node

val

The value kept in the node

left

The left subtree

right

The right subtree

Value

1
 A new tree node

mailund/pmtypes documentation built on Jan. 31, 2020, 1:09 p.m.