- enum-next enumprocedure
Returns the enum that belongs to the same enum type as enum and has an ordinal one greater than enum. Returns #f if there is no such enum.
(enum-name (enum-next color-red)) ⇒ orange (enum-next (enum-max color)) ⇒ #f
Returns the enum that belongs to the same enum type as enum and has an ordinal one greater than enum. Returns #f if there is no such enum.
(enum-name (enum-next color-red)) ⇒ orange (enum-next (enum-max color)) ⇒ #f