vkottler / ifgen

An interface generator for distributed computing.
MIT License
1 stars 0 forks source link

Add support for arrays of bit fields #58

Open vkottler opened 1 year ago

vkottler commented 1 year ago

The silver lining here is that this wouldn't require any data structure changes. It would require adding an additional size_t index argument (that gets handled correctly in the bit math).