Updated 6 months ago

@hugoalh/unique-array • Rank 5.0 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to return unique array elements without any duplicated elements by ignore their reference points.

Updated 6 months ago

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

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

Updated 6 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.

Updated 6 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.