aboutsummaryrefslogtreecommitdiffstats
path: root/util/set.lua
Commit message (Expand)AuthorAgeFilesLines
* util.set: Add set.xor() to get a set consisting of items not in both setsMatthew Wild2009-04-221-0/+4
* util.set: Add set:empty() to discover if the set is the empty setMatthew Wild2009-04-221-0/+4
* util.set: Add metatable to sets to allow +, -, /, ==, tostring and to double ...Matthew Wild2009-04-221-4/+54
* util.set: Rename private items container, optimise set.difference() and add s...Matthew Wild2009-03-231-9/+18
* util.set: Fix to make constructor work, and functions defined correctlyMatthew Wild2009-03-221-8/+14
* util.set: New util libraryMatthew Wild2009-03-221-0/+75