Search

August 09, 2014
Learn »
...S.alignof);
    pragma(msg, T.alignof);

This outputs "1" for all types except `T`, which...
August 09, 2014
Issues »
...component!c;
            pragma(msg, typeof(v)); // this outputs the expected result
            return v; // so everything...
August 09, 2014
Learn »
...component!c;
			pragma(msg, typeof(v)); // this outputs the expected result
			return v; // so everything...
August 07, 2014
Learn »
...When I writln the AA and it outputs '[]', I thought it was initialized, which in...
August 03, 2014
Issues »
...d' outputs ["one", "two", "three"] as expected. Compiled with 'rdmd -inline -O splittest.d' outputs...
July 30, 2014
General »
...is figured out, and its inputs and outputs identified, adding comments to that effect is...
July 28, 2014
General »
...x, y, overflow);
    writeln(r2, " ", overflow);
}

It outputs:

-1 3000000000
1294967296
1294967296 false
1294967296 true...
July 21, 2014
Learn »
...foreach(i; staticIota!(0, 10))
    {
        pragma(msg, i);
    }
}

//Outputs 1 to 10 at compile-time.

July 21, 2014
General »
...0, 2, "hello".idup)] = false;
    aa.writeln;
}


Outputs:

[Foo(1, 1, "hello"):false, Foo(1...
July 15, 2014
Announce »
...just asking for link trouble.


The linker outputs the pdb file, the objects are populated...
69 70 71 72 73 74 75 76 77 78 79 80
Next ›   Last »