retagged by
612 views

1 Answer

0 votes
0 votes
In computer programming, an enumerated type is a data type consisting of a set of named values called elements, members, enumeral, or enumerators of the type. The enumerator names are usually identifiers that behave as constants in the language. An enumerated type can be seen as a degenerate tagged union of unit type.

Related questions

0 votes
0 votes
0 answers
3