Expand description
Const variants of functions for dealing with slices
Functionsยง
- slice_
get - Const equivalent of
<[T]>::get
for ranges. - slice_
get_ mut - Const equivalent of
<[T]>::get_mut
for ranges. - slice_
index - Const equivalent of
<[T]>::index
for ranges. - slice_
index_ mut - Const equivalent of
<[T]>::index_mut
for ranges.