An AsyncIterator that emits only the unique items emitted by a source iterator.
Uniqueness is determined by a comparator callback function
Note: All (unique) items get stored in an array internally
since v4.0.0
Generated using TypeDoc
An AsyncIterator that emits only the unique items emitted by a source iterator.
Uniqueness is determined by a comparator callback function
Note: All (unique) items get stored in an array internally