Compare two iterables.
an iterable
another iterable
compare function (a, b)
map function (v, i, x)
x<y: -1, x=y: 0, x>y: 1
Generated using TypeDoc
Compare two iterables.