Contents

Publishers.RemoveDuplicates

A publisher that publishes only elements that don’t match the previous element.

Declaration

struct RemoveDuplicates<Upstream> where Upstream : Publisher

Topics

Creating a remove duplicates publisher

Declaring supporting types

Inspecting publisher properties

See Also

Filtering elements