Publishers.PrefixWhile
A publisher that republishes elements while a predicate closure indicates publishing should continue.
Declaration
struct PrefixWhile<Upstream> where Upstream : PublisherA publisher that republishes elements while a predicate closure indicates publishing should continue.
struct PrefixWhile<Upstream> where Upstream : Publisher