Ever used asyncio and wished you hadn't? tinyio is a dead-simple event loop for Python, born out of my frustration with trying to get robust error handling with ...
const S = packed struct(u32) { b: packed struct(u8) { b1: u1 = 0, b2: u7 = 0, }, a: u24 = 0, }; test "packed struct" { const x: S = .{ .b = .{ .b1 = 1 } }; _ = x ...