Struct core::slice::SplitNMutExperimental
[-]
[+]
[src]
pub struct SplitNMut<'a, T: 'a, P> where P: FnMut(&T) -> bool {
// some fields omitted
}
An iterator over subslices separated by elements that match a predicate function, limited to a given number of splits.