Type Alias SplitMut

Source
pub type SplitMut<'a, P, T = Entity> = UniqueEntityEquivalentSliceIterMut<'a, T, SplitMut<'a, T, P>>;
Expand description

An iterator over the mutable subslices of the vector which are separated by elements that match pred.

This struct is created by UniqueEntityEquivalentSlice::split_mut.

Aliased Typeยง

struct SplitMut<'a, P, T = Entity> { /* private fields */ }