https://ducin.dev, #typescript playground: https://tsplay.dev/mqoXYw
Create a TypeScript Unique utility which removes the types repeated within the collection passed to it. Practice concepts such as conditional types, variadic tuples and recursive types.
00:34 test cases
01:12 extracting elements from tuple with conditional type
02:45 make it recursive
05:20 accumulate the results from previous steps
06:12 remove repetition