Handbook
Glossary
Sets
Factor handbook
»
The language
»
Collections
Prev:
Search deques
Next:
Lists
A set is an unordered collection of elements. Words for working with sets are in the
sets
vocabulary.
All sets are instances of a mixin class:
set
set?
( object -- ? )
Operations on sets
Set implementations