[][src]Function veho::matrix::init

pub fn init<T, F: Fn(usize, usize) -> T>(
    height: usize,
    width: usize,
    f: F
) -> Matrix<T>