Function odds::slice_unchecked [] [src]

pub unsafe fn slice_unchecked<T>(data: &[T], from: usize, to: usize) -> &[T]

Check slicing bounds in debug mode, otherwise just act as an unchecked slice call.