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