Crate self_compare [] [src]

A crate for comparing all elements of a slice with themselves

Structs

Comparer

A structure for comparing the elements of a slice with themselves

Functions

compare

Convenience function for calling next until None and applying a function to each pair

compare_enumerated

Same as compare() but also parses the indices of the elements to the function