Join Slack
Powered by
Easy one here, I guess: This is the definition of ...
# announcements
n
nickk
07/11/2017, 9:56 AM
Easy one here, I guess: This is the definition of
with
from the Standard Library. What does
T.()
mean?
Copy code
public inline fun <T, R> with(receiver: T, block: T.() -> R): R = receiver.block()
Open in Slack
Previous
Next