pub const fn slice_get<T, I>(slice: &[T], index: I) -> Option<&[T]>where I: RangeIndex,
Const equivalent of <[T]>::get for ranges.
<[T]>::get