Jose Colon Rodriguez
Results
3
comments of
Jose Colon Rodriguez
@matu3ba thanks for the feedback. I added a link to the Unicode Text Processing series of articles I wrote on ZigNEWS, which pretty much covers all the background info on...
`unpadded struct` `bit struct`
This would also allow merging structs, opening the door to having *template* structs that can be composed to build others: ```zig // a and b must be structs. fn mergeStructs(comptime...