The OpenD Programming Language

Algebraic.Kind

Algebraic Kind.

Defined as enum for tagged algebraics and as unsigned for common algebraics.

The Kind enum contains the members defined using tag names.

If the algebraic type is Nullable then the default Kind enum member has zero value and corresponds to typeof(null).

Values

ValueMeaning
_not_me_but_tags_name_list_

See Also

Meta