RFC #7: How to distinguish variable values from unwrapped variable declarations in when pattern matching
#10
ProCode-Software
started this conversation in
RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Example:
Current approach:
valas a direct case (2nd) will compare to a variable, and unwrappingvalinMyStruct(1st) is a variable.All reactions