``` public inline fun <T> T.with(body : T.()...
# getting-started
h
Copy code
public inline fun <T> T.with(body : T.() -> Unit) : T {