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...
}