Remix.run Logo
AlienRobot an hour ago

I wonder if packed union also got/will get the same "logical bits" treatment?

SkiFire13 a few seconds ago | parent [-]

My understanding is that the "logical bits" view breaks down for unions, because the nth logical bit could be at different offsets depending on the union variant that's considered active.