Type Alias RSplit

Source
pub type RSplit<'a, P, T = Entity> = UniqueEntityEquivalentSliceIter<'a, T, RSplit<'a, T, P>>;
Expand description

An iterator over subslices separated by elements that match a predicate function, starting from the end of the slice.

This struct is created by UniqueEntityEquivalentSlice::rsplit.

Aliased Typeยง

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