pub fn get_height<TKey, TValue, TConfig>(
btree: &BTree<TKey, TValue, TConfig>,
) -> usizewhere
TKey: Ord,
TConfig: BTreeConfig,Expand description
Returns the height of the B-tree.
Note: this function scans the entire tree recursively.
pub fn get_height<TKey, TValue, TConfig>(
btree: &BTree<TKey, TValue, TConfig>,
) -> usizewhere
TKey: Ord,
TConfig: BTreeConfig,Returns the height of the B-tree.
Note: this function scans the entire tree recursively.