<set>

The class of sets.  Sets may contain or not contain a given key.  Each key has itself as its value.

In the following code, #t is ignored, but the set will subsequently contain #”red”.

set[#"red"] := #t;

make on <set> returns an instance of <object-set>.

Exported from

Modifiers

abstract primary open

Superclasses

Subclasses

Returns a general instance of its first argument.
The class of sets.
The class of sets of objects.
Ultimately, there will be several, more logically separate libraries that extend Dylan or provide an application framework for users.
The set module.
The class of explicit key collections that can have elements replaced.
A class.