Join Slack
Communities
Powered by
here's a slightly warty thing .... Kotlin has both...
# announcements
m
mikehearn
03/18/2016, 3:49 PM
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
Open in Slack
Previous
Next