Search Results

0
votes

I need to join two lists, sort them and remove duplicates. Is there a better way to do this?

Wouldn't the remove-duplicates function operate better if the sort was applied before the remove-duplicates? …