Type Alias Item

Source
pub type Item<K, V> = (Range<K>, V);
Expand description

The items stored in the tree consisting of an interval and an associated value