kevin.cianfarini
07/16/2017, 2:23 AMwith
clause does? Is it similar to python's with?voddan
07/16/2017, 9:35 AMwith
doesvoddan
07/16/2017, 9:35 AMwith
is a function in the library, and its code describes its precise behaviourvoddan
07/16/2017, 9:36 AMpublic inline fun <T, R> with(receiver: T, block: T.() -> R): R = receiver.block()