Type Alias sif_itree::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