is `var x: T by notNull()` any better than `latein...
# announcements
d
is
var x: T by notNull()
any better than
lateinit var x: T
?