Search

1 day ago
Announce »
...test suite was really not meant for public consumption. It was not designed to be...
2 days ago
Learn »
...the generated .html file that has identified public  functions/classes/unit tests/etc.

So here...
3 days ago
DIP Ideas »
...functions instead of just making the field public is so that you can swap out...
3 days ago
General »
...serialisation (Marshal and Unmarshal) routines.

Only the public fields of a struct can be processed...
3 days ago
Announce »
...had `object.d` with its hooks and public aliases that were required by the compiler...
5 days ago
Learn »
...T value;

    public @property T read()
    {
        return volatileLoad(&value);
    }
    alias read this;

    public void opAssign...
6 days ago
Learn »
...v_"~name~";");
    mixin("public @property "~type~" "~name~"() { return volatileLoad(&v_"~name~"); }");
    mixin("public @property void...
6 days ago
Learn »
...stdio;


shared User[] users;


shared class User
{
public:
    shared string username;
    shared int age;

    this...
December 01
Issues »
https://issues.dlang.org/show_bug.cgi?id=21943

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
December 01
Issues »
https://issues.dlang.org/show_bug.cgi?id=19379

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
« First   ‹ Prev
1 2
Next ›   Last »