shanebo asked on IRC today:
twhat is ze cleanest way to remove duplicate items from an array
I wrote a few solutions until I got what I think is a fairly quick and short snippet to remove duplicate items in an array. It\’s really basic. There are probably a few cases this doesn\’t cover.. such as objects with different ordered items but containing the same contents. I also didn\’t test these solutions for their performance. Continue reading Dedupe an Array with MooTools