iterator
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
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
Thanks for your feedback!