The right-hand side iterable to compare against
Comparison function to determine element equality and order
Configuration options
OptionalcomparableLhs?: (lhs: Lhs) => ComparableFunction to convert left values to comparable type
OptionalcomparableRhs?: (rhs: Rhs) => ComparableFunction to convert right values to comparable type
Optionaldirection?: Cmp.RComparison direction (ascending or descending)
OptionalsortLhs?: booleanWhether to sort the left-hand side values
OptionalsortRhs?: booleanWhether to sort the right-hand side values
A function that takes an iterable and yields pairs of differences
Creates a generator that produces pairs showing differences between two iterables.