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