Struct collections::slice::Split
[−]
[src]
pub struct Split<'a, T, P> where P: FnMut(&T) -> bool, T: 'a {
// some fields omitted
}
1.0.0An iterator over subslices separated by elements that match a predicate function.