my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: 071 update TypeInfo field case to .int

Arthur Solomiac (Jan 10, 2026, 10:50 AM +0100) 3f9e390b 07583db5

+1 -1
+1 -1
exercises/071_comptime6.zig
··· 12 12 // wouldn't be allowed: 13 13 // 14 14 // inline for (.{ u8, u16, u32, u64 }) |T| { 15 - // print("{} ", .{@typeInfo(T).Int.bits}); 15 + // print("{} ", .{@typeInfo(T).int.bits}); 16 16 // } 17 17 // 18 18 // In the above example, we're looping over a list of types,