- enum-type-enums enum-typeprocedure
Returns a list of the enums belonging to enum-type ordered by increasing ordinal.
(map enum-name (enum-type-enums pizza)) ⇒ (margherita funghi chicago hawaiian)
Returns a list of the enums belonging to enum-type ordered by increasing ordinal.
(map enum-name (enum-type-enums pizza)) ⇒ (margherita funghi chicago hawaiian)