here's a slightly warty thing .... Kotlin has both...
# announcements
m
here's a slightly warty thing .... Kotlin has both
foo.apply { .. }
and also
with(foo) { ... }
, the only difference is one is an extension function and one isn't