Struct collections::slice::Split [] [src]

pub struct Split<'a, T, P> where T: 'a, P: FnMut(&T) -> bool {
    // some fields omitted
}

An iterator over subslices separated by elements that match a predicate function.