`fun <T, R> T.let(f: (T) -> R): R = f(thi...
# announcements
p
fun <T, R> T.let(f: (T) -> R): R = f(this)