RunIterator
public struct RunIterator : IteratorProtocol
An iterator over the script runs.
-
Advances to the next script run and returns it, or
nilif no next run exists.Declaration
Swift
public mutating func next() -> ScriptRun?
View on GitHub
Install in Dash
RunIterator Structure Reference