October 19, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...the discord universe who are demonstrated app/template wizards. Me, not so wizardly in that... | |||
October 19, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...In current D code, they use a template argument string to make a user-defined... | |||
October 18, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...for. Note that if write() is a template, it already has access to all the... | |||
October 18, 2023 Issues » [Issue 19436] Visual D sometimes doesn't offer completions for template args | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19436 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
October 18, 2023 General » Re: Just another example of missing string interpolation | |||
|---|---|---|---|
| |||
...is that __header type is passed as template argument, then there are no issues with... | |||
October 17, 2023 Issues » [Issue 11662] Template constraint evaluation should not look eponymous template function parameters if it's unnecessary | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=11662 Basile-z <b2.temp@gmx.com... | |||
October 17, 2023 Genel » Re: Read Buffer | |||
|---|---|---|---|
| |||
...515, 1029]
(ushort -> uint): [1, 131075, 262149]
//*/
template readUnits(T, R)
{
enum ES = ElementType!R... | |||
October 17, 2023 Learn » Re: strange link error: _My_struct__xtoHashFNbNeKxSQBlQBoQBiZm _My_struct__xopEqualsMxFKxSQBlQBoQBiZb | |||
|---|---|---|---|
| |||
...else. Regardless its probably not something like template elision from what you have said so... | |||
October 16, 2023 General » Re: Basic example of "std.process.pipe" not working. Error: template instance `std.functional.pipe!()` error instantiating | |||
|---|---|---|---|
| |||
```d
import std.process;
void main()
{
auto p = pipe();
// do stuff
}
``` | |||
October 16, 2023 General » Re: Basic example of "std.process.pipe" not working. Error: template instance `std.functional.pipe!()` error instantiating | |||
|---|---|---|---|
| |||
It would be nice if the error message included this information (at a generic level... | |||
Copyright © 1999-2021 by the D Language Foundation