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