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