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

Fields

has_type: bool
has_align: bool
is_const: bool
is_comptime: bool
_: u12 = undefined

Source Code

Source code
pub const Small = packed struct {
    has_type: bool,
    has_align: bool,
    is_const: bool,
    is_comptime: bool,
    _: u12 = undefined,
}