Struct indextreemap::stc::Node
source · pub struct Node<K, V> {
pub items: [Option<Box<Item<K, V>>>; 6],
pub children: [Option<Box<Node<K, V>>>; 2],
pub children_size: [usize; 2],
pub child_difference: u8,
pub height: u8,
}Fields§
§items: [Option<Box<Item<K, V>>>; 6]§children: [Option<Box<Node<K, V>>>; 2]§children_size: [usize; 2]§child_difference: u8§height: u8Implementations§
source§impl<K: Key, V: Value> Node<K, V>
impl<K: Key, V: Value> Node<K, V>
The balancing funcitons of the tree