Is there any different between these:? val foo : I...
# announcements
d
Is there any different between these:? val foo : Int by lazy { 10 } & val foo by lazy{ computeFoo() }