second draft: add Bitfields to D

Walter Bright newshound2 at digitalmars.com
Tue Apr 30 03:32:55 UTC 2024


On 4/29/2024 5:07 AM, Timon Gehr wrote:
> I am asking for example code how you would implement a function that gives you a 
> "fat pointer" to a bitfield that lets you read and write from that bitfield.

The fat pointer in D is a delegate, and that's how I'd do it.




More information about the dip.development mailing list