Struct collections::slice::SplitMut
[−]
[src]
pub struct SplitMut<'a, T, P> where T: 'a, P: FnMut(&T) -> bool {
// some fields omitted
}
An iterator over the subslices of the vector which are separated
by elements that match pred
.