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