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

drop(while:)

No overview available.

Declaration 宣言

func drop(while predicate: (Element) throws -> Bool) rethrows -> AnyCollection<Element>