Publishers.MergeMany
A publisher created by applying the merge function to an arbitrary number of upstream publishers.
Declaration
struct MergeMany<Upstream> where Upstream : PublisherA publisher created by applying the merge function to an arbitrary number of upstream publishers.
struct MergeMany<Upstream> where Upstream : Publisher