millermedeiros / amd-utils

modular JavaScript utilities written in the AMD format
http://millermedeiros.github.com/amd-utils
142 stars 11 forks source link

add array/union, array/intersection, array/difference #19

Closed millermedeiros closed 12 years ago

millermedeiros commented 12 years ago

see python set type documentation: union, intersection, difference.

check other python set methods as well