Open
Description
🧐 Motivation
With the recent addition of sorting via quickSort to the library, results very convenient for consumers to also have an Array.uniquifySorted
available for uniquifying sorted arrays.
📝 Details
In some cases, when we cannot utilize mappings, we utilize the Array library to eliminate duplicates on short-sized arrays, which could be easily done by executing Array.sort() + Array.uniquifySorted().
Metadata
Metadata
Assignees
Labels
No labels