TimerModelIterator
struct TimerModelIterator : IteratorProtocol
-
We iterate timer wrappers.
Declaration
Swift
typealias Element = TimerGroup
-
This has a reference to the timer groups to be iterated.
Declaration
Swift
let data: TimerModel
-
This tracks the iteration.
Declaration
Swift
var count: Int
-
Iterator (next element)
Declaration
Swift
mutating func next() -> Element?