Hacker News new | ask | show | jobs
by AlienRobot 4 hours ago
I wonder if packed union also got/will get the same "logical bits" treatment?
1 comments

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.