`with` also returns a value tho. `inline fun <T...
# arrow-contributors
s
with
also returns a value tho.
inline fun <T, R> with(receiver: T, block: T.() -> R): R