Kotlin Scope Functions - let, also, run, apply, with
Scoped Functions
The Kotlin standard library is full of scope functions that allow you to perform any given logic in the scope of an object, without referencing the object by its name. These functions allow for concise code, because it reduces a lo...
darkes.hashnode.dev3 min read