Skip to main

distinct

distinct

Signature - source.ts#L2511

function distinct(): IdentityOperator
function distinct<T, K>(getKey: (value: T, index: number) => K): Operator<T, T>