Øyvind Midtbø
2 innlegg
Lists vs. Sequences
KotlinArtikkel (3 min)Fra Øyvind Midtbø
The Kotlin library comes with several container types. Two of these are List and Sequence. At the first glance these two look quite similar, but we will look at the differences in this article.
The Kotlin library comes with several container types. Two of these are List and Sequence. At the first glance these two look quite similar, but we will look at the differences in this article.
If Not Now, When?
KotlinArtikkel (2 min)Fra Øyvind Midtbø
This article will give you a brief introduction to the Kotlin when expression and how to use it.
This article will give you a brief introduction to the Kotlin when expression and how to use it.