Class
JSArray.Iterator
public class Iterator: IteratorProtocol
Iterator type for JSArray
, conforming to IteratorProtocol
from the standard library, which allows
easy iteration over elements of JSArray
instances.
Relationships
Member Of
JSArray
A wrapper around the JavaScript
Array
class that exposes its properties in a type-safe and Swifty way.
Conforms To
IteratorProtocol
Methods
next()
public func next() -> Element?