citron
citron copied to clipboard
Unions are unpacked as all their possible types
A struct such as d{scsi} is unpacked as [d, sc, si] but packed as [d, sc] or [d, si]
related ttest: tests/test0302.ctr