Join Slack
Powered by
I imagined `a?` would be useful as shorthand for c...
# language-proposals
e
eddie
02/19/2016, 4:45 PM
I imagined
a?
would be useful as shorthand for checking for null, so instead of:
if (a != null) doThing()
you could just do:
if (a?) doThing()
Open in Slack
Previous
Next