Breaking down destructuring declarations - Kotlin Vocabulary
Breaking down destructuring declarations - Kotlin Vocabulary
Sometimes you just want to break down one object that contains multiple fields to initialize several separate variables. To achieve this, you can use Kotlin’...