https://issues.dlang.org/show_bug.cgi?id=21969
--- Comment #1 from Iain Buclaw <[email protected]> --- (In reply to Iain Buclaw from comment #0) > The above can be translated into the following D representation without > compromising ABI. > --- > struct bitfieldsA > { > int start; > ushort __bitfield_padding_0; > int end; > } > If we need to expose the original names of the bit-fields, then @property functions and bitmasks will also suffice. --
