In Python, there is a class called "set". I realize that similar functionality could be implemented in AS by a Dictionary where only the keys matter.
But it seems that this should be a built-in type for ActionScript. Unfortunately, it's nearly impossible to search for. Before I go off and code up my own "set" class, does it already exist?