kotlin.js.iterator
iterator
operator fun dynamic.iterator(): Iterator<dynamic>
Platform and version requirements: JS
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
© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
登录查看完整内容