Skip to main content
Module type_kind
cl_
typeck
0.11.0
Module type_
kind
Module Items
Modules
Enums
In crate cl_
typeck
cl_typeck
Module
type_
kind
Copy item path
Source
Expand description
A
TypeKind
is a node in the
Table
’s type graph
Modules
§
display
🔒
Display
implementations for
TypeKind
,
Adt
, and
Primitive
Enums
§
Adt
A user-defined Aromatic Data Type
Primitive
The set of compiler-intrinsic types. These primitive types have native implementations of the basic operations.
Type
Kind
A
TypeKind
represents an item (a component of a
Table
)
Visibility