August 26, 2022 Issues » [Issue 22916] [dip1000] copy of ref return still treated as scope variable | |||
|---|---|---|---|
| |||
...scope` itself if you make it a template. The job of `return scope` here is... | |||
August 25, 2022 General » Re: Transferring 32 bits | |||
|---|---|---|---|
| |||
...approach [1] is to make toString a template that accepts an output range:
import std... | |||
August 25, 2022 Issues » [Issue 12735] imports via mixin template become public imports | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12735 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
August 23, 2022 General » Re: D tooling is disappointing | |||
|---|---|---|---|
| |||
...the template parameters for a specific set of types when debugging what the template might... | |||
August 22, 2022 Learn » Re: Is it possible to return mutable and const range from a single method? | |||
|---|---|---|---|
| |||
...my program, I passed isConst as a template parameter with default initialization. It only needed... | |||
August 22, 2022 General » Re: On the subject of an XML parser | |||
|---|---|---|---|
| |||
...to read the fine print (aka the template specialization). After a week of development when... | |||
August 22, 2022 General » Re: D tooling is disappointing | |||
|---|---|---|---|
| |||
...a solution that will work for a template, like array\<int>, but in reality underneath... | |||
August 22, 2022 Learn » Re: Is it possible to return mutable and const range from a single method? | |||
|---|---|---|---|
| |||
...and mutable overloads by using the `this` template parameter: ```d import std.stdio; class C... | |||
August 22, 2022 Learn » Re: typeof(func!0) != typeof(func!0()) | |||
|---|---|---|---|
| |||
...struct S;
template t() {}
@S // a type
@(std.stdio) // a module
@t // a template
int... | |||
August 22, 2022 Learn » Re: typeof(func!0) != typeof(func!0()) | |||
|---|---|---|---|
| |||
I have an impression that template function can be called without parenthesis if it doesn... | |||
Copyright © 1999-2021 by the D Language Foundation