Hacker News new | ask | show | jobs
by gowld 2405 days ago
A C union is a sum, but not much of a type, since it's never checked (not even at runtime like Python) and using it wrong in your code will silently corrupt your program.