- enum-name->enum enum-type symbolprocedure
If there exists an enum belonging to enum-type named symbol, returns it; otherwise return #f.
(enum-name (enum-name->enum color 'green)) ⇒ green (enum-name->enum color 'mushroom) ⇒ #f
If there exists an enum belonging to enum-type named symbol, returns it; otherwise return #f.
(enum-name (enum-name->enum color 'green)) ⇒ green (enum-name->enum color 'mushroom) ⇒ #f