func next() -> Element?
Advances to the next element and returns it, or
nil
if no next element exists.
次の要素へ進んでそれを返します、または次の要素が存在しないならばnil
を返します。
StrideThrough
instance.
StrideThrough
インスタンスのためのイテレータ。
Availability
Technology
@frozen struct StrideThroughIterator<Element> where Element : Strideable
func next() -> Element?
nil
if no next element exists.
次の要素へ進んでそれを返します、または次の要素が存在しないならばnil
を返します。
struct IteratorSequence
Base
.
型Base
のイテレータに基づいて構築されるシーケンス。
struct IndexingIterator
typealias EnumeratedIterator
Deprecated
非推奨
struct StrideToIterator
StrideTo
instance.
StrideTo
インスタンスのためのイテレータ。