[][src]Function veho::vector::init

pub fn init<T, F>(size: usize, f: F) -> Vec<T> where
    F: Fn(usize) -> T,