You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They're currently very restricted as they only work with a single iterator type for both arguments, so, e.g. let is_palindrome = order::equals(digits.iter(), digits.iter().rev()); doesn't work.
It should be easy to just add another Iterator<A> parameter for the second argument.