Publishers.RemoveDuplicates
A publisher that publishes only elements that don’t match the previous element.
Declaration
struct RemoveDuplicates<Upstream> where Upstream : PublisherA publisher that publishes only elements that don’t match the previous element.
struct RemoveDuplicates<Upstream> where Upstream : Publisher