eduardog3000
11/03/2021, 6:51 PM??=
operator. You can read about it here on MDN. Based on this I'd like to restart discussion of the idea for Kotlin. It would function pretty much exactly as the MDN page describes.marstran
11/03/2021, 9:08 PMif (x == null) x = y
, so I don’t see the need to add a special syntax for that.jimn
11/04/2021, 6:09 AMx=x?:y
is one more character