Join Slack
Powered by
About the `with`function that has this signature: ...
# announcements
b
bgoetzmann
08/03/2017, 8:04 PM
About the `with`function that has this signature:
Copy code
inline fun <T, R> with(receiver: T, block: T.() -> R): R
concerning
block
parameter, is it true to say that it is an anonymous extension function on T type that takes no parameter and returns a reference of type R?
4
Views
Open in Slack
Previous
Next