Type Alias cranelift_codegen::ir::dynamic_type::DynamicTypes

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

All allocated dynamic types.

Aliased Type§

struct DynamicTypes { /* private fields */ }