Module immutable_seq::node [] [src]

Structs

Iter

Iterator over the values in the leaves of a 2-3 tree

Enums

Node

A node in a 2-3 tree.

Functions

adjust
leaf

Construct a lazy reference to a leaf

lookup
node2

Construct a lazy reference to a node with two children

node3

Construct a lazy reference to a node with three children

split_once