November 26, 2021 General » Re: DIP1000: Walter's proposal to resolve ambiguity of ref-return-scope parameters | |||
|---|---|---|---|
| |||
...is similar to `alias`. It is easy for beginners to understand, `alias and nickname`, who... | |||
November 23, 2021 Issues » [Issue 22540] Instantiation modifies dependant type of value / alias template parameters | |||
|---|---|---|---|
| |||
...parameter types / defaults of dependant template... ... value / alias parameters. The introduced copies ensure that the... | |||
November 23, 2021 Issues » [Issue 22540] New: Instantiation modifies dependant type of value / alias template parameters | |||
|---|---|---|---|
| |||
...alias a1 = Alias!(double); // Error: template instance `Alias!double` does not match template declaration `Alias... | |||
November 22, 2021 Issues » [Issue 21537] Function pointer* pointer' attributes not covariant when referencing (delegates' are) | |||
|---|---|---|---|
| |||
...A {}
alias SysFP = void function();
alias SafeFP = void function() @safe;
alias SysDG = void delegate();
alias... | |||
November 22, 2021 General » Re: Is there an intention to 'finish' D2? | |||
|---|---|---|---|
| |||
...type unification work so that an alias is an alias (or has that been fixed... | |||
November 22, 2021 Learn » Re: mixins | |||
|---|---|---|---|
| |||
...import std.stdio;
mixin template validation(alias a, alias b)
{
mixin(
q{
bool x(){
writeln... | |||
November 21, 2021 Genel » Kişiselleştirilmiş to!string Yüklemesi | |||
|---|---|---|---|
| |||
...kişiselleştirmeye gerek yok ama özellikle import satırında (alias kullanmadan) namespace çakışmasını engelleme yönteminin lezizliği ve... | |||
November 21, 2021 Issues » [Issue 22530] Explicit cast between classes incorrectly goes through 'alias this' inside CTFE | |||
|---|---|---|---|
| |||
...Explicit cast between classes incorrectly goes through 'alias this' inside CTFE" was merged into stable... | |||
November 21, 2021 Issues » [Issue 22530] Explicit cast between classes incorrectly goes through 'alias this' inside CTFE | |||
|---|---|---|---|
| |||
...Explicit cast between classes incorrectly goes through 'alias this' inside CTFE" fixing this issue: - Fix... | |||
November 21, 2021 Issues » [Issue 22530] New: Explicit cast between classes incorrectly goes through 'alias this' inside CTFE | |||
|---|---|---|---|
| |||
...Explicit cast between classes incorrectly goes through
'alias this' inside CTFE
Product: D
Version: D2... | |||
Copyright © 1999-2021 by the D Language Foundation