Publishers.Sequence
A publisher that publishes a given sequence of elements.
Declaration
struct Sequence<Elements, Failure> where Elements : Sequence, Failure : ErrorOverview
When the publisher exhausts the elements in the sequence, the next request causes the publisher to finish.