pub type AccumulateInit<Out> = fn() -> Vec<Out>;
Expand description

A Fold init function that uses a Vec as an accumulator