Type Features
Type aliases, destructuring declarations and related Kotlin type syntax.
1
kotlin type features
2Type Aliases in Kotlin
A type alias gives an existing type a shorter or clearer name. A Kotlin example with source code and sample output.
kotlin type features
Destructuring Declarations in Kotlin
Destructuring unpacks an object into multiple variables in one statement. A Kotlin example with source code and sample output.