Expand description
Intermediate representation (IR) for codegen.
Structsยง
- Enum
- An enum in the IRs.
- Field
- A field of a
Variant
orStruct
. - Ir
- The intermediate representation.
- Item
Generic - A generic parameter of an
Item
. - Struct
- A struct in the IR.
- Variant
- A variant of an
Enum
.
Enumsยง
Functionsยง
- analyze ๐
- Analyzes the provided items and produces an IR.
- analyze_
fields ๐ - analyze_
generic_ ๐bounds - analyze_
generics ๐ - analyze_
type ๐ - validate_
fields ๐