We considered using `??` initially, but before we ...
# language-proposals
o
We considered using
??
initially, but before we defined much of the language, and after we got nullable types, we anticipated potential conflicts with nullable types, which could potentially be ambiguous. Not that we have specific case (as far as I know) that causes ambiguity, but we decided on
?:
and that ship is indeed sailed.