structstd.zig.Zir.Inst.OpaqueDecl.Small[src]

Fields

has_captures_len: bool
has_decls_len: bool
name_strategy: NameStrategy
_: u12 = undefined

Source Code

Source code
pub const Small = packed struct {
    has_captures_len: bool,
    has_decls_len: bool,
    name_strategy: NameStrategy,
    _: u12 = undefined,
}