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.
typealias Element
A type representing the sequence’s elements.
シーケンスのもつ要素それらを表しているある型。