Trait hetseq::Fold [] [src]

pub trait Fold<I, F> {
    fn fold(self, init: I, f: F) -> I;
}

Fold sequence by folding function

Required Methods

Implementors