func next() -> Date?
Advances to the next element and returns it, or
nil
if no next element exists.typealias Iterator
A type that provides the sequence’s iteration interface and encapsulates its iteration state.
Availability 有効性
Technology
typealias Element = Date
func next() -> Date?
nil
if no next element exists.typealias Iterator