In some languages (C#) the `?.` operator actually ...
# language-proposals
p
In some languages (C#) the
?.
operator actually works similarly. You do not have to repeat the question mark in the rest of the chain. I thought the Kotlin approach was annoying at first but now it makes more sense to me than the C# approach and I have no need for a super elvis either.
☝🏼 1
b
Swift, too