ImportC rocks!

Elronnd elronnd at elronnd.net
Tue Mar 15 00:36:26 UTC 2022


On Monday, 14 March 2022 at 18:11:09 UTC, Steven Schveighoffer 
wrote:
> raylib-d adds things to structs, such as operator overloads. 
> That's not so easy to do.

struct DStruct {
     CStruct c_version;
     alias c_version this;
     DStruct op...
}


More information about the Digitalmars-d mailing list