Distinct

public struct Distinct<Value> : ValueReducer where Value : Equatable

A reducer which outputs raw database values, filtering out consecutive values that are equal.