DoxigAlpha

Func

Trailing: if (ret_ty.body_len == 1) {

  1. return_type: Ref } if (ret_ty.body_len > 1) {
  2. return_type: Index // for each ret_ty.body_len }
  3. body: Index // for each body_len
  4. src_locs: SrcLocs // if body_len != 0
  5. 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

Types

#