Function split_vector

Source
pub fn split_vector<T: Clone>(vector: &Vec<T>, parts: i32) -> Vec<Vec<T>>