Struct collections::slice::SplitNExperimental
[-]
[+]
[src]
pub struct SplitN<'a, T: 'a, P> { // some fields omitted }
An iterator over subslices separated by elements that match a predicate function, limited to a given number of splits.