- enum-set enum-type enum …procedure
Returns an enum set that can contain enums of the type enum-type and containing the enums. It is an error unless all the enums belong to enum-type.
(enum-set-contains? (enum-set color color-red color-blue) color-red) ⇒ #t (enum-set-contains? (enum-set color color-red color-blue) color-orange) ⇒ #f