Search

4 hours ago
Announce »
...irrelevant when it was replaced with something else.

Dennis said one of Razvan's students...
6 hours ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=11666

--- Comment #11 from dlangBugzillaToGithub <robert.schadek...
1 day ago
DIP Ideas »
...ever does, and making it do anything else will introduce inconsistencies into the language. For...
1 day ago
DIP Ideas »
...have.

If you want to do something else, you can define the methods manually.

This...
1 day ago
DIP Ideas »
...to just name the member variable something else to avoid the conflict.

We had a...
1 day ago
Learn »
...N == 0)
      return func(fixedArgs[0], argsRest);
    else
      return func(argsRest[0 .. N],
                 fixedArgs[0...
2 days ago
Issues »
...should now use the git repository. Or what else was the
plan with the migration?

--
2 days ago
Announce »
...the compiler repository; everything else we rip out and put somewhere else. That way people...
4 days ago
General »
...if(hasSerialiser)
            slowBuilder ~= serialiserFor!Thing(things[i]);
        else
            slowBuilder ~= serialise(things[i]);
    }}

    return slowBuilder;
}

template...
4 days ago
General »
...traits(parent, T);
        alias serialiseOf = mod.serialise;
    }
    else
    {
        static import default_serialise;
        alias serialiseOf = default...
« First   ‹ Prev
1 2
Next ›   Last »