Generic Structure

DropWhileSequence

A sequence that lazily consumes and drops n elements from an underlying Base iterator before possibly returning the first available element. おそらくは最初の利用可能な要素が返る前にn個の要素をある基礎をなすBaseイテレータから遅延に消費して落とすあるシーケンス。

Declaration 宣言

@frozen struct DropWhileSequence<Base> where Base : Sequence

Overview 概要

The underlying iterator’s sequence may be infinite. 基礎をなすイテレータのもつシーケンスは、無限であるかもしれません。

Topics 話題

Type Aliases 型エイリアス

Instance Properties 様々なインスタンスプロパティ

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

Structures 構造体

Relationships 関係

Conforms To 次に準拠

See Also 参照

Wrappers for Algorithms アルゴリズムに対するラッパー