Tags: ureeves/iter-diff
Tags
Version `0.1.0` Initial version. Includes the `IterDiff` trait that is implemented over all types that can be converted into an iterator via `IntoIterator`. This allows such a type to be compared to a second type that can be converted into an iterator that yields elements that can be compared to the elements of the first.