- enum-max enum-typeprocedure
Returns the enum belonging to enum-type whose ordinal is equal to the number of enums in the enum type minus 1.
(enum-name (enum-max color)) ⇒ violet (enum-name (enum-max pizza)) ⇒ hawaiian
Returns the enum belonging to enum-type whose ordinal is equal to the number of enums in the enum type minus 1.
(enum-name (enum-max color)) ⇒ violet (enum-name (enum-max pizza)) ⇒ hawaiian