- enum-type-names enum-typeprocedure
Returns a list of the names of the enums belonging to enum-type ordered by increasing ordinal.
(enum-type-names color) ⇒ (red orange yellow green cyan blue violet)
Returns a list of the names of the enums belonging to enum-type ordered by increasing ordinal.
(enum-type-names color) ⇒ (red orange yellow green cyan blue violet)