FuncDecl struct

Defined in module ast (ast.l0).

Represents the FuncDecl structure.

Fields

name: string
params: VectorBase*
return_type: TypeRef*
body: StmtId
is_extern: bool
span: Span