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:
Image
set

Image
set? ( object -- ? )


Image Operations on sets
Image Set implementations