Func
Trailing: if (ret_ty.body_len == 1) {
- return_type: Ref } if (ret_ty.body_len > 1) {
- return_type: Index // for each ret_ty.body_len }
- body: Index // for each body_len
- src_locs: SrcLocs // if body_len != 0
- proto_hash: std.zig.SrcHash // if body_len != 0; hash of function prototype
Fields of this type
Fields
- param_block:Index
- Points to the block that contains the param instructions for this function.
- body_len:u32
Type definitions in this namespace