Class Subspace :: sus :: collections :: RSplitNMut
template <class ItemT, class Pred>class RSplitNMut final
requires
sus::fn::FnMut<Pred, _Bool (const ItemT &)>
{ ... };
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 the rsplitn_mut method on slices.