| ... | @@ -5848,7 +5848,7 @@ fn cmpxchgWeakButNotAtomic(comptime T: type, ptr: *T, expected_value: T, new_val | ... | @@ -5848,7 +5848,7 @@ fn cmpxchgWeakButNotAtomic(comptime T: type, ptr: *T, expected_value: T, new_val |
| 5848 | {#header_open|@Union#} | 5848 | {#header_open|@Union#} |
| 5849 | <pre>{#syntax#}@Union( | 5849 | <pre>{#syntax#}@Union( |
| 5850 | comptime layout: std.lang.Type.ContainerLayout, | 5850 | comptime layout: std.lang.Type.ContainerLayout, |
| 5851 | /// Either the integer tag type, or the integer backing type, depending on `layout`. | 5851 | /// Either the enum tag type, or the integer backing type, depending on `layout`. |
| 5852 | comptime ArgType: ?type, | 5852 | comptime ArgType: ?type, |
| 5853 | comptime field_names: []const []const u8, | 5853 | comptime field_names: []const []const u8, |
| 5854 | comptime field_types: *const [field_names.len]type, | 5854 | comptime field_types: *const [field_names.len]type, |