So you want to be a Kotlin programmer? You've come to the right place! Your adventure starts here in Chapter 1, where you'll learn all about variables, expressions, and types.
When should you use Kotlin sequences? And when should you use normal collections? In this article, we'll look at some of the characteristics that can have the biggest impact on performance.
Learn how to create your very own sequence operation by understanding how Kotlin's sequences work on the inside.
An illustrated introduction to Sequences in Kotlin - easy-to-understand diagrams that demonstrate the difference between regular collection operations and sequence operations.
Get the best performance out of Kotlin's Inline Classes feature by understanding when they're inlined and when they're autoboxed.