Why doesn't the Array<T> class in Kotlin implement Iterable<T>?
A quick look at the documentation reveals that it already has an iterator() method too.
Why doesn't the Array<T> class in Kotlin implement Iterable<T>?
A quick look at the documentation reveals that it already has an iterator() method too.