Created that real quick, hope it helps... <https:/...
# getting-started
a
n
does let return Unit ? iirc it returns the same as the lambda parameter iirc you can do
val a = b?.let { b * 2 }
docs say it is
inline fun <T, R> T.let(block: (T) -> R): R