Completed
Example: Extension Functions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Kotlin Under the Hood: Understanding the Internals - Google I/O 2019
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Kotlin is Awesome
- 3 Goals
- 4 The Tools
- 5 Example: Primitive Types
- 6 Kotlin Bytecode
- 7 Bytecode Decompiler
- 8 Memory Profiler
- 9 Example: when
- 10 Example: Lazy Properties
- 11 Example: Unsigned
- 12 Example: Ranges
- 13 Example: Inline classes
- 14 Example: Arrays Java
- 15 Example: Lambdas
- 16 Example: Extension Functions
- 17 Example: Default Parameters
- 18 Example: Coroutines