Available on crate feature slices only.
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.

What directions SliceExt::{slice_lossy, slice_lossy_mut} are biased towards.

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] and str.

Extension trait for [T].