Struct collections::slice::RSplitNMut
[−]
[src]
pub struct RSplitNMut<'a, T, P> where P: FnMut(&T) -> bool, T: 'a {
// some fields omitted
}
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.