Search

2 days ago
DIP Ideas »
...would need to double check it, but ok I can ditch the : in favor of...
3 days ago
DIP Ideas »
...the parent type to work.

I'm ok with this approach. It simplifies a bunch...
5 days ago
DIP Ideas »
...32 UTC, Richard (Rikki) Andrew Cattermole wrote:

OK.

I'd suggest that the member variable...
November 30
Genel »
...mi?" sorusunu belirdi ve hatta yapay zekaya "OK Google" dedikten sonra konuşarak bu cümleye nokta...
November 30
Learn »
...in function `_Dmain':
/mnt/xxx_source/Languages_ok/dlangtut/dub/69_raylib_error/source/app...
November 28
Issues »
...into D. With stable the doc looks ok. If ddox is that broken (and apparently...
November 27
Issues »
...2] a;

    f1(s.tupleof); // OK
    f1(a.tupleof); // OK

    f2(s.tupleof); // NG
    f2...
November 25
Issues »
...cast(short[4]) [10,0,20,0]; // OK
    s = cast(S) long.max; // error
}

Error...
November 25
Learn »
...d
import std;

enum E
{
    One,
    Two
}

// OK:
inout(int) fun(inout(int) i)
{
    writeln...
November 24
Issues »
...0..1]; // OK
            const i = 1;
            a = cast(char[4]) b[i..2]; // OK
        }

PR...
« First   ‹ Prev
1 2
Next ›   Last »