Macro Set

Part of:

package fset
( set &rest args )
Constructs a set of the default implementation according to the supplied
argument subforms. Each argument subform can be an expression, whose value
will be a member of the result set; or a list of the form ($ expression), in
which case the expression must evaluate to a set, all of whose members become
members of the result set.