Type Alias RSplitN

Source
pub type RSplitN<'a, P, T = Entity> = UniqueEntityEquivalentSliceIter<'a, T, RSplitN<'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.

Aliased Typeยง

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