Skip to main content

chunk_owned

Function chunk_owned 

Source
fn chunk_owned<T>(items: Vec<T>, chunk_size: usize) -> Vec<Vec<T>>