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
I personally don't know where those cmp & Co. methods are used. I never did myself (but I'm no veteran). So I don't know if there is a need for 8 maybe_ methods, especially when no one asked (AFAIK) for cmp_ok or related (we have a few _ok methods).
Grouped this together, as those methods all take a second iterator (or
IntoIterator
to be precise) withOrd
item as argument.Having results would require something like this (if that even works, did not test yet):
Having
maybe_
methods would make this way less verbose and the intent clearer.Related to #844 and label
The text was updated successfully, but these errors were encountered: