5 ms·
I don't see how unions could save space, care to explain?
by jronkone 15y ago
I don't see how unions could save space, care to explain?
- legooolas 15y agoIf you have multiple items of which you're only going to store one at a time but want them in the same "structure" then you use a union. (i.e. temporally disjoint)