Function odds::slice_unchecked_mut [] [src]

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

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