cranelift_codegen::ir::dynamic_type

Type Alias DynamicTypes

source
pub type DynamicTypes = PrimaryMap<DynamicType, DynamicTypeData>;
Expand description

All allocated dynamic types.

Aliased Typeยง

struct DynamicTypes { /* private fields */ }