new_array_vec

Function new_array_vec 

Source
pub fn new_array_vec<T, const N: usize>(capacity: usize) -> [Vec<T>; N]
where T: Debug,
Expand description

Returns an array of N vectors initialized with the specified capacity.