dstep icon indicating copy to clipboard operation
dstep copied to clipboard

Parameter named `this` kept unchanged

Open buckle2000 opened this issue 4 years ago • 0 comments

dstep would generate

extern (D) auto uiControl(T)(auto ref T this)
{
    return cast(uiControl*) this;
}

for ui.h in https://github.com/andlabs/libui a0a980712e8057d86747fcf52b67f59b56932f5a

However, this is a keyword in D.

buckle2000 avatar Apr 25 '20 17:04 buckle2000