nfa
suspend fun <T, R> T.let(block: suspend (T) -> R): R { return block(this) }
elizarov
A modern programming language that makes developers happier.