Structure

LazyDropWhileSequence.Iterator

An iterator over the elements traversed by a base iterator that follow the initial consecutive elements that satisfy a given predicate. ある基盤イテレータによって辿られる要素で、与えられた述部を満足させる最初の連続した要素に続くものすべてを対象とするイテレータ。

Declaration 宣言

@frozen struct Iterator

Overview 概要

This is the associated iterator for the LazyDropWhileSequence, LazyDropWhileCollection, and LazyDropWhileBidirectionalCollection types. これは、LazyDropWhileSequenceLazyDropWhileCollection、そしてLazyDropWhileBidirectionalCollection型に対する関連イテレータです。

Topics 話題

Type Aliases 型エイリアス

Instance Methods インスタンスメソッド

Relationships 関係

From Protocol 由来プロトコル

Conforms To 次に準拠