Parameter order of Match
parameters is inconsistent
#683
Labels
breaking change
These are change in a way that is not API-compatible
to discuss
There are open points which need to be discussed
Milestone
Either and Option both have the error state first:
Match(left, right)
Match(none, some)
The inconsistent one is Result with the error state second:
Match(ok, error)
The text was updated successfully, but these errors were encountered: