文書   >   Swift 標準ライブラリ   >   Collections   >   Supporting Types   >   AnySequence   >   drop(while:)
インスタンスメソッド
drop(while:)
利用可能な概要はありません。
宣言
func drop(while predicate: (Element) throws -> Bool) rethrows -> AnySequence<Element>