what about a `prop ?= obj?.value` syntax to replac...
# language-proposals
d
what about a
prop ?= obj?.value
syntax to replace
prop = obj?.value ?: prop
(which I find rather ugly) ? Is it too much ??