pub type AccumulateInit<Out> = fn() -> Vec<Out>;
A Fold init function that uses a Vec as an accumulator
Fold
Vec