[][src]Function simple_ml::split_vector_at

pub fn split_vector_at<T>(vector: &Vec<T>, at: T) -> Vec<Vec<T>> where
    T: PartialEq + Copy + Clone