- enum-name->value enum-set symbolprocedure
Returns the value of the enum belonging to enum-type whose name is symbol. It is an error if there is no such enum.
(enum-name->value pizza 'funghi) ⇒ "mushrooms" (enum-name->value color 'blue) ⇒ 5
Returns the value of the enum belonging to enum-type whose name is symbol. It is an error if there is no such enum.
(enum-name->value pizza 'funghi) ⇒ "mushrooms" (enum-name->value color 'blue) ⇒ 5