Module core_extensions::slices
source · Expand description
Slice extension traits, and related items.
Structs§
- A pair of (slice, key) returned by the RSplitSliceWhile/ SplitSliceWhile iterators.
- Iterator over slices, in which all the elements in each slice were mapped to the same key by a closure, iterating from the end.
- Iterator over slices, in which all the elements in each slice were mapped to the same key by a closure.
Enums§
- The direction a range bound is moved towards to make the bound a valid index.
Traits§
- Extension trait for
[T]
andstr
. - Extension trait for
[T]
.