TimerGroupIterator

struct TimerGroupIterator : IteratorProtocol
  • We iterate timer wrappers.

    Declaration

    Swift

    typealias Element = Timer
  • This has a reference to the timer group to be iterated.

    Declaration

    Swift

    let data: TimerGroup
  • This tracks the iteration.

    Declaration

    Swift

    var count: Int
  • Iterator (next element)

    Declaration

    Swift

    mutating func next() -> Element?