kotlin-custom-range-iterator
Creating a Kotlin Range Iterator on a Custom Object 1. Introduction In a previous article, we showed how we can create a range in Kotlin, and how easy it is to iterate over Int, Long and Char types. But what if we want to iterate over a custom type? Is… Continue Reading kotlin-custom-range-iterator