Open
Description
The names provide no indication as to how they differ, and the key difference is not prominent in the documentation (AFAICT, OrderedMerge
is equivalent to SortedMerge().Distinct()
, or am I missing something?).
I'm not sure which one should be renamed, though. Maybe these should be overloads of the same method, with a parameter indicating whether to discard repeated values or not.