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