struct Small [src]
Fields
has_type: bool
has_align: bool
is_const: bool
is_comptime: bool
_: u12 = undefined
Source
pub const Small = packed struct {
has_type: bool,
has_align: bool,
is_const: bool,
is_comptime: bool,
_: u12 = undefined,
}