pub const fn get_min_kvp_count<TKey, TValue, TConfig>(
_: &BTree<TKey, TValue, TConfig>,
) -> usizewhere
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.