pub type RSplitMut<'a, P, T = Entity> = UniqueEntityEquivalentSliceIterMut<'a, T, RSplitMut<'a, T, P>>;
Expand description
An iterator over the subslices of the vector which are separated
by elements that match pred
, starting from the end of the slice.
This struct is created by UniqueEntityEquivalentSlice::rsplit_mut
.
Aliased Typeยง
struct RSplitMut<'a, P, T = Entity> { /* private fields */ }