ebonet
diesieben07
val thing = MyThing().apply { setFoo("foo") setBar("bar") }
Shawn
val thing = MyThing thing.foo = "foo" thing.bar = "bar"
thing.
return
A modern programming language that makes developers happier.