chickadee » srfi-209 » enum-type-names

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)