Function split_at_vec

Source
pub fn split_at_vec<T>(vec: Vec<T>, at: usize) -> (Vec<T>, Vec<T>)