Updated 10 months ago

@stdlib/iter-unique-by • Rank 3.1 • Science 44%

Create an iterator which returns unique values according to a predicate function.

Updated 10 months ago

@stdlib/array-base-to-deduped • Rank 2.5 • Science 44%

Copy elements to a new generic array after removing consecutive duplicated values.

Updated 10 months ago

@stdlib/iter-intersection-by-hash • Rank 2.3 • Science 44%

Create an iterator which returns the intersection of two or more iterators according to a hash function.

Updated 10 months ago

@stdlib/iter-dedupe-by • Rank 2.3 • Science 44%

Create an iterator which removes consecutive values that resolve to the same value according to a provided function.