Generic Structure

AsyncThrowingDropWhileSequence

An asynchronous sequence which omits elements from the base sequence until a given error-throwing closure returns false, after which it passes through all remaining elements. ある非同期シーケンス、それは要素を基底シーケンスから、ある与えられたエラースロークロージャがfalseを返すまで省きます、それの後それは全ての残りの要素をずっと渡します。

Declaration 宣言

struct AsyncThrowingDropWhileSequence<Base> where Base : AsyncSequence

Topics 話題

Type Aliases 型エイリアス

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

Structures 構造体

Relationships 関係

Conforms To 次に準拠

See Also 参照

Excluding Elements 要素を除外する