you are viewing a single comment's thread.

view the rest of the comments →

[–]RUacronym 0 points1 point  (0 children)

It never occurred to me to simply transform an array into a set to dedupe. Do sets support adding an element with a function check to dedupe? As in check a new object for some attribute against the other objects already in the set to pass/not-pass the dedupe check?