A sequence of one or more symbols naming the elements of the enumeration.
A symbol naming an element of the enumeration.
An integer specifying the index of symbol .
The FLI :enum
type converts between a Lisp list and the C enum
type. Each entry in the enum-constants can either consist of a symbol, in which case the first entry has an index value of 0, or of a list of a symbol and its corresponding index value.
See define-c-enum, for an example using the :enum
type.