Struct self_compare::ComparerMut [] [src]

pub struct ComparerMut<'a, T: 'a> { /* fields omitted */ }

A structure for mutably comparing the elements of a slice with themselves

Methods

impl<'a, T: 'a> ComparerMut<'a, T>
[src]

[src]

Returns a ComparerMut

[src]

Returns the inner mutable slice

[src]

Returns the indices of the next two elements to be compared

[src]

Optionally returns mutable reference to two elements until all elements have been compared

[src]

Same as next() but also returns the indices of the elements