distinct
Signature - source.ts#L2511
function distinct(): IdentityOperator
function distinct<T, K>(getKey: (value: T, index: number) => K): Operator<T, T>
function distinct(): IdentityOperator
function distinct<T, K>(getKey: (value: T, index: number) => K): Operator<T, T>