Function miden_processor::utils::new_array_vec
source · pub fn new_array_vec<T, const N: usize>(capacity: usize) -> [Vec<T, Global>; N]where
T: Debug,
Expand description
Returns an array of N vectors initialized with the specified capacity.