Struct collections::slice::RSplitMut [] [src]

pub struct RSplitMut<'a, T, P> where
    P: FnMut(&T) -> bool,
    T: 'a, 
{ /* fields omitted */ }
🔬 This is a nightly-only experimental API. (slice_rsplit #41020)

An iterator over the subslices of the vector which are separated by elements that match pred, starting from the end of the slice.

This struct is created by the rsplit_mut method on slices.

Trait Implementations

impl<'a, T, P> FusedIterator for RSplitMut<'a, T, P> where
    P: FnMut(&T) -> bool, 
[src]

impl<'a, T, P> Debug for RSplitMut<'a, T, P> where
    P: FnMut(&T) -> bool,
    T: 'a + Debug
[src]

[src]

Formats the value using the given formatter.

impl<'a, T, P> Iterator for RSplitMut<'a, T, P> where
    P: FnMut(&T) -> bool, 
[src]

🔬 This is a nightly-only experimental API. (slice_rsplit #41020)

[src]

🔬 This is a nightly-only experimental API. (slice_rsplit #41020)

[src]

🔬 This is a nightly-only experimental API. (slice_rsplit #41020)

impl<'a, T, P> DoubleEndedIterator for RSplitMut<'a, T, P> where
    P: FnMut(&T) -> bool, 
[src]

[src]

🔬 This is a nightly-only experimental API. (slice_rsplit #41020)