Creates an Iterable instance that wraps the original array returning its elements when being iterated.
Since Kotlin
1.0
Returns this collection as an Iterable.
Since Kotlin
1.0
Creates an Iterable instance that wraps the original map returning its entries when being iterated.
Since Kotlin
1.0