Improve Nullable<T> default checking #4369
Unanswered
ahdung
asked this question in
Language Ideas
Replies: 1 comment 8 replies
-
The current blocker is that you can't check if any struct is default in a general way. |
Beta Was this translation helpful? Give feedback.
8 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I hope have a graceful way to check
Nullable<T>
isnull
ordefault(T)
.Beta Was this translation helpful? Give feedback.
All reactions