pub fn split_chunks<T: Clone>(items: &[T], size: usize) -> Vec<Vec<T>>
Split a slice into chunks of size (JS splitArr).
size
splitArr