ChipsTips.net
About ChipsTips.net
In a continuing project, I needed a Set data structure. Sets are similar to lists, but with the additional constraint that they do not contain duplicated elements. I considered creating a new Set class that would impose that constraint, but decided instead to follow the guiding principle of empowering users rather than protecting them from themselves.
