Skip to main content

get_min_kvp_count

Function get_min_kvp_count 

Source
pub const fn get_min_kvp_count<TKey, TValue, TConfig>(
    _: &BTree<TKey, TValue, TConfig>,
) -> usize
where TKey: Ord, TConfig: BTreeConfig,
Expand description

Returns the minimum number of key-value pairs that a single node can hold. This is typically half of the maximum number of key-value pairs.