1 day ago Announce » D Language Foundation July 2024 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...test suite was really not meant for public consumption. It was not designed to be... | |||
2 days ago Learn » Generate documentation from ddoc | |||
|---|---|---|---|
| |||
...the generated .html file that has identified public functions/classes/unit tests/etc. So here... | |||
3 days ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...functions instead of just making the field public is so that you can swap out... | |||
3 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...serialisation (Marshal and Unmarshal) routines. Only the public fields of a struct can be processed... | |||
3 days ago Announce » D Language Foundation June Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...had `object.d` with its hooks and public aliases that were required by the compiler... | |||
5 days ago Learn » Re: volatile struct definition for peripheral control registers | |||
|---|---|---|---|
| |||
...T value;
public @property T read()
{
return volatileLoad(&value);
}
alias read this;
public void opAssign... | |||
6 days ago Learn » volatile struct definition for peripheral control registers | |||
|---|---|---|---|
| |||
...v_"~name~";");
mixin("public @property "~type~" "~name~"() { return volatileLoad(&v_"~name~"); }");
mixin("public @property void... | |||
6 days ago Learn » Search on Shared array and return | |||
|---|---|---|---|
| |||
...stdio;
shared User[] users;
shared class User
{
public:
shared string username;
shared int age;
this... | |||
December 01 Issues » [Issue 21943] `static import std; ` should allow accessing all public Phobos symbols by their FQN | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21943 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 19379] Make a public alias for the return type of std.typecons.scoped | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19379 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
Copyright © 1999-2021 by the D Language Foundation