Commit Graph

1 Commits

Author SHA1 Message Date
Kyle Marek-Spartz
c289719b70 feat: add Set class with add, remove, contains, count, map, where, union, and set minus operations
Implement a generic Set data structure backed by a list with automatic deduplication via cleanup method. Includes core set operations: element addition/removal, membership testing, cardinality, functional transformations (map/where), union via + operator, and set difference via - operator. Also provides iteration support through iterate/iteratorValue methods.
2014-02-16 17:37:19 +00:00