prefix(while:) Declarationfunc prefix(while predicate: (Elements.Element) -> Bool) -> Publishers.Sequence<[Elements.Element], Failure> See AlsoApplying sequence operations to elementsdropFirst(_:)drop(while:)append(_:)append(_:)append(_:)prepend(_:)prepend(_:)prepend(_:)prefix(_:)