Scope functions

Kotlin

Let, also, apply, run, with - Scope functions in Kotlin

Operate on variables in a given scope using let, also, apply, run or with

Read