Robuta

Sponsor of the Day: Jerkmate
https://discuss.kotlinlang.org/t/for-each-on-iterator/6050/2 For-each on Iterator? - #2 by jstuyts - Language Design - Kotlin Discussions Kotlin allows looping over arrays and anything that “provides an iterator” (via member or extension function iterator()). Would it be possible (from a language... language design kotliniterator2discussions https://discuss.kotlinlang.org/c/language-design/9 Language Design - Kotlin Discussions Discussions around the Kotlin language itself. language design kotlindiscussions https://discuss.kotlinlang.org/t/compound-extension/10722 Compound extension - Language Design - Kotlin Discussions In context of a receiver scope I can introduce an extension to another type, such as a unary plus operator, but there appears to be no way to extend a type to... language design kotlincompoundextensiondiscussions