Search

October 30
Issues »
...if(oneref)local_ref=cast(T*)ctx;
        else local_ref=ctx.ref_capture;
        //call
        local...
October 30
Issues »
...where a lambda closes `this` and nothing else, the lambda
should just be synthesised as...
October 30
General »
...the regular PR process? (Even for someone else to pick them up, they’d otherwise have...
October 30
General »
...t know how to help you. Everybody else has to follow the procedures and use...
October 29
Issues »
...BY_HANDLE_CLASS_NTDDI_WIN10_19H1)
    {
        MaximumFileInfoByHandleClass
    }
}
else static if (NTDDI_VERSION >= NTDDI_WIN10_RS1...
October 27
General »
...if(is(T:typeof(A))){
		return A;
	} else {
		return T.init;
}}
auto ref WeakValue(T...
October 26
General »
...something were to happen to Iain, somebody else would take on the job of release...
October 25
General »
...everything relies on one person and nobody else knows what's going on. We don...
October 23
Issues »
...to solve or whether it's something else that somehow manages to not work with...
October 22
Learn »
...return true;
    }
}

version(LibUsedFromDlang) {
    bool init() => pInit();
} else {
    bool leogfxInit() => pInit();
}
```

Or that

```d
struct...
1 2 3 4 5 6 7
Next ›   Last »