pub type RepeatsOperation<Out> = fn((), Out);
A Fold operation function that does nothing with what is given to it
Fold