they have added the safe call operator `?.` though...
# language-proposals
k
they have added the safe call operator
?.
though. the main motivation seemed to be delegates which act like
null
when empty as opposed to an empty list (I never understood this design decision)