[][src]Function veho::columns::mapper

pub fn mapper<R, M, F, P>(matrix: M, f: F) -> Vec<P> where
    M: IntoIterator<Item = R>,
    R: IntoIterator,
    F: FnMut(Vec<R::Item>) -> P,