pub type RSplitNMut<'a, P, T = Entity> = UniqueEntityEquivalentSliceIterMut<'a, T, RSplitNMut<'a, T, P>>;
Expand description
An iterator over subslices separated by elements that match a predicate function, limited to a given number of splits, starting from the end of the slice.
This struct is created by UniqueEntityEquivalentSlice::rsplitn_mut
.
Aliased Typeยง
struct RSplitNMut<'a, P, T = Entity> { /* private fields */ }