citron icon indicating copy to clipboard operation
citron copied to clipboard

Unions are unpacked as all their possible types

Open alimpfard opened this issue 6 years ago • 0 comments

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

alimpfard avatar Jul 12 '19 02:07 alimpfard