Aregev2
Nikky
val a = b?.let { b * 2 }
inline fun <T, R> T.let(block: (T) -> R): R
A modern programming language that makes developers happier.