RunIterator
public struct RunIterator : IteratorProtocol
An iterator over the script runs.
-
Advances to the next script run and returns it, or
nil
if no next run exists.Declaration
Swift
public mutating func next() -> ScriptRun?