Making "Deduplicated" Functions
Apply a function to each unique element
Deduplicate a vectorized function to act on unique elements
Deduplicate the first argument in an expression
Contains one main function deduped() which speeds up slow, vectorized functions by only performing computations on the unique values of the input and expanding the results at the end.
Useful links