Module slice
Slice management and manipulation.
For more details see std::slice.
Enums
-
GetDisjointMutError
The error type returned by [
get_disjoint_mut]slice::get_disjoint_mut.
Traits
-
GetDisjointMutIndex
A helper trait for
<[T]>::get_disjoint_mut(). -
SlicePattern
Patterns in slices - currently, only used by
strip_prefixandstrip_suffix. At a future point, we hope to generalisecore::str::Pattern(which at the time of writing is limited tostr) to slices, and then this trait will be replaced or abolished.