1
1
Fork 0
AtomicKotlinCourse/Usability/section-info.yaml

16 lines
325 B
YAML
Raw Normal View History

content:
- Extension Functions
- Named & Default Arguments
- Overloading
- when Expressions
- Enumerations
- Data Classes
- Destructuring Declarations
- Nullable Types
- Safe Calls & the Elvis Operator
- Non-null Assertions
- Extensions for Nullable Types
- Introduction to Generics
- Extension Properties
- break & continue