prefix(while:)

Inherited from Sequence.prefix(while:).

Declaration

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