drop(while:)
Inherited from Sequence.drop(while:).
Declaration
func drop(while predicate: (Self.Element) throws -> Bool) rethrows -> DropWhileSequence<Self>Inherited from Sequence.drop(while:).
func drop(while predicate: (Self.Element) throws -> Bool) rethrows -> DropWhileSequence<Self>