Calls the specified block with it's argument as receiver. Returns its result.
block
receiver
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/let.html
The evaluation of block.
Generated using TypeDoc
Calls the specified
block
with it's argument asreceiver
. Returns its result.https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/let.html
Returns
The evaluation of
block
.