Documentation Language: Swift

Method

prefix(while:)

Inherited from Sequence.prefix(while:).

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