Proposal: Null-coalescing default parameters (??=) #1826
Unanswered
Hyddan
asked this question in
Language Ideas
Replies: 1 comment
-
I'd much rather prefer the breaking change of requiring the only valid default parameter to be |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I gather that the null-coalescing assignment operator (??=) will be coming. I'd like to propose allowing to use that when defining default parameters.
Example syntax:
Beta Was this translation helpful? Give feedback.
All reactions