pub const fn get_max_kvp_count<TKey, TValue, TConfig>(
_: &BTree<TKey, TValue, TConfig>,
) -> usizewhere
TKey: Ord,
TConfig: BTreeConfig,Expand description
Returns the maximum number of key-value pairs that a single node can hold. This is an odd number.