Function slice_math::split_at

source ·
pub const fn split_at<T>(slice: &[T], mid: usize) -> (&[T], &[T])