EnumMember

Data for a member of an enum binding.

Only the locations of the first 2 fields (iden, and val) should be relied on. Every other field should always be written/read by using its identifier.

Members

Variables

aliases
EnumIden[] aliases;

Optional: A list of identifiers to be aliases of the member.

iden
EnumIden iden;
Undocumented in source.
val
string val;

Optional: The value of both versions of the enum member.

Meta