Skip to main content

reduction_count

Function reduction_count 

Source
pub fn reduction_count(n: u64, k: u64) -> u32
Expand description

Number of k-ary merges after appending an item at 0-based index n.

Controls the frontier stack reduction for a configured log arity k >= 2.

ยงPanics

Panics if k < 2 as the arity must be at least 2.