-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I would like a way to enhance the sort or merge process that allows removing duplicate values from the input.
For example, if my input is: a, b, c, b, a the output would be a, b, c
Currently the Merger constructor is too deep in the Sorter code to easily override the creation process and make my own Merger subclass.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels