Search

March 28, 2022
Learn »

Thanks for the reply and the help.

FWIW, DWT which uses native controls on windows...
March 28, 2022
Learn »
BTW, the code is very simple:

```d
import arsd.minigui;

void main() {
	auto window = new...
March 28, 2022
Learn »
1. I assume arsd-minigui library does not support transparent images by itself, does it...
March 18, 2022
Learn »
...d project -- and that only using a dummy empty project the sole purpose of which...
March 11, 2022
Issues »
...In order to work correctly with inout,
dummy variables like the one in hasToString need...
March 07, 2022
Issues »
...escape hatch would be to add a dummy parameter with mutable indirection to make it...
March 02, 2022
Issues »
...safe:
struct S
{
    int* p;

    this(int dummy, return scope int* p)
    {
        this.p = p...
February 20, 2022
Learn »
...i.e. in template specializations, virtual function overrides, dummy parameters for overload resolution purposes, etc.)
February 13, 2022
Learn »
...From)(ref Target target, From from, Target dummy = From.init)

For this function template dmd...
February 09, 2022
General »
...an update to my repo that adds dummy `Throwable`, `Exception`, and `Error` classes to my...
1 2 3 4 5 6 7 8 9 10 11
Next ›   Last »