Set implementations
Factor handbook » The language » Collections » Sets

Prev:Operations on sets


There are several implementations of sets in the Factor library. More can be added if they implement the words of the set protocol, the basic set operations.
Sequences as sets
Hash sets
Bit sets