About the `with`function that has this signature: ...
# announcements
b
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?