Proposal: Introduce non-null-coalescing operator (opposite of null-coalescing operator) #4136
Unanswered
lauxjpn
asked this question in
Language Ideas
Replies: 1 comment
-
|
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.
-
Currently there exists the widely popular
??
null-coalescing operator:However, there are also many instances, when you would need the opposite, for which I propose a
!?
non-null-coalescing operator:Beta Was this translation helpful? Give feedback.
All reactions