[][src]Function veho::matrix::mapper

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