cogent icon indicating copy to clipboard operation
cogent copied to clipboard

default keyword for layout definition

Open zebraNeon opened this issue 5 years ago • 0 comments

currently for type B = { f1: #{ f1: U8, f2: U8 }, f2: U16 } layout record { f1: default, f2: 2B after f1 }, it will generate record { f1: record { f1: 1B, f2: 1B after f1 }, f2: 2B after f1 }

zebraNeon avatar Oct 17 '20 07:10 zebraNeon