typeExpr
Function parameters
Parameters
- gz:*GenZir
- scope:*Scope
- type_node:Ast.Node.Index
Functions in this namespace
Functions
Source
Implementation
fn typeExpr(gz: *GenZir, scope: *Scope, type_node: Ast.Node.Index) InnerError!Zir.Inst.Ref {
return comptimeExpr(gz, scope, coerced_type_ri, type_node, .type);
}