Jarrett Billingsley wrote: > I'm not sure how anonymous unions and structs are handled by the compiler. This has nothing to do with tuples. Anonymous structs and unions are used for layout only, the members are 'promoted' into the enclosing aggregate.