Expand description
Slice extension traits, and related items.
Structs§
- KeySlice
- A pair of (slice, key) returned by the RSplitSliceWhile/ SplitSliceWhile iterators.
- RSplit
Slice While - Iterator over slices, in which all the elements in each slice were mapped to the same key by a closure, iterating from the end.
- Slice
Bias - What directions
SliceExt
::{
slice_lossy
,
slice_lossy_mut
}
are biased towards. - Split
Slice While - Iterator over slices, in which all the elements in each slice were mapped to the same key by a closure.
Enums§
- Bias
Direction - The direction a range bound is moved towards to make the bound a valid index.
Traits§
- Slice
Ext - Extension trait for
[T]
andstr
. - ValSlice
Ext - Extension trait for
[T]
.