`fun example(): String = res0.useWith(res1) { a, b...
# getting-started
m
fun example(): String = res0.useWith(res1) { a, b -> a.readString() + b.readString }