Expand description
Expression type system.
Mirrors Python openjd.expr._types and the spec’s ExprType definition.
Supports primitive types, list types, union types, type variables,
unresolved types, and normalization rules.
Structs§
- Expr
Type - Represents a type in the expression language.
Enums§
- Type
Code - Type codes for expression values.