Type Alias sif_itree::Node

source ·
pub type Node<K, V> = (Item<K, V>, K);
Expand description

The nodes of which the tree is built consisting of an item and the maximum of the interval upper bounds in the subtree