compile_type_items

Function compile_type_items 

Source
pub fn compile_type_items(
    ctx: &mut Compiler,
    scope: ScopeId,
    items: impl Iterator<Item = AstItem>,
    declarations: &ModuleDeclarations,
)