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

15 lines
296 B
YAML
Raw Normal View History

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