Publishers.Comparison
A publisher that republishes items from another publisher only if each new item is in increasing order from the previously-published item.
Declaration
struct Comparison<Upstream> where Upstream : PublisherA publisher that republishes items from another publisher only if each new item is in increasing order from the previously-published item.
struct Comparison<Upstream> where Upstream : Publisher