Method
prefix(while:)
Inherited from Sequence.prefix(while:).
func prefix(while predicate: (Self.Element) throws -> Bool) rethrows -> [Self.Element]
Method
Inherited from Sequence.prefix(while:).
func prefix(while predicate: (Self.Element) throws -> Bool) rethrows -> [Self.Element]