- enum-type-values enum-typeprocedure
Returns a list of the values of the enums belonging to enum-type ordered by increasing ordinal.
(enum-type-values pizza) ⇒ ("tomato and mozzarella" "mushrooms" "deep-dish" "pineapple and ham")
Returns a list of the values of the enums belonging to enum-type ordered by increasing ordinal.
(enum-type-values pizza) ⇒ ("tomato and mozzarella" "mushrooms" "deep-dish" "pineapple and ham")