Function ftools::vector::init[][src]

pub fn init<T>(capacity: usize, f: fn(_: usize) -> T) -> Vec<T>