iterator
operator fun dynamic.iterator(): Iterator<dynamic>
Allows to iterate this dynamic
object in the following cases:
- when it has an
iterator
function, - when it is an array
- when it is an instance of kotlin.collections.Iterable
operator fun dynamic.iterator(): Iterator<dynamic>
Allows to iterate this dynamic
object in the following cases:
iterator
function,