DoxigAlpha

OpaqueDecl

Trailing:

  1. captures_len: u32, // if has_captures_len
  2. decls_len: u32, // if has_decls_len
  3. capture: Capture, // for every captures_len
  4. capture_name: NullTerminatedString // for every captures_len
  5. decl: Index, // for every decls_len; points to a declaration instruction

Fields of this type

Fields

#
src_line:u32
src_node:Ast.Node.Index
This node provides a new absolute baseline node for all instructions within this struct.

Type definitions in this namespace

Types

#