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

drop(while:)

No overview available.

Declaration 宣言

func drop(while predicate: (DropWhileSequence<Base>.Element) throws -> Bool) rethrows -> DropWhileSequence<Base>