Closed Xenira closed 6 months ago
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).
Don't have a concrete usecase as well. Kind wanted to support it as a lib function. Can be closed until someone has a real usecase.
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