Search

October 19, 2023
General »
...the discord universe who are demonstrated app/template wizards. Me, not so wizardly in that...
October 19, 2023
General »
...In current D code, they use a template argument string to make a user-defined...
October 18, 2023
General »
...for. Note that if write() is a template, it already has access to all the...
October 18, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=19436

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
October 18, 2023
General »
...is that __header type is passed as template argument, then there are no issues with...
October 17, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=11662

Basile-z <b2.temp@gmx.com...
October 17, 2023
Genel »
...515, 1029]
  (ushort -> uint): [1, 131075, 262149]
//*/

template readUnits(T, R)
{
  enum ES = ElementType!R...
October 17, 2023
Learn »
...else.

Regardless its probably not something like template elision from what you have said so...
October 16, 2023
General »
```d
import std.process;

void main()
{
	auto p = pipe();
	// do stuff
}
```
October 16, 2023
General »
It would be nice if the error message included this information (at a generic level...
111 112 113 114 115 116 117 118 119 120 121
Next ›   Last »