has_captures_len: boolhas_fields_len: boolhas_decls_len: boolhas_backing_int: boolknown_non_opv: boolknown_comptime_only: boolname_strategy: NameStrategylayout: std.builtin.Type.ContainerLayoutany_default_inits: boolany_comptime_fields: boolany_aligned_fields: bool_: u3 = undefinedpub const Small = packed struct {
has_captures_len: bool,
has_fields_len: bool,
has_decls_len: bool,
has_backing_int: bool,
known_non_opv: bool,
known_comptime_only: bool,
name_strategy: NameStrategy,
layout: std.builtin.Type.ContainerLayout,
any_default_inits: bool,
any_comptime_fields: bool,
any_aligned_fields: bool,
_: u3 = undefined,
}