July 19, 2023 Issues » [Issue 24050] New: [REG2.101.0] Wrong code with temporary and tuple range foreach | |||
|---|---|---|---|
| |||
...struct Tuple
{
AliasSeq!(string, string) expand;
alias expand this;
}
auto tuple(Args...)(Args)
{
return Tuple... | |||
July 08, 2023 General » Re: Please support shorter constructor init | |||
|---|---|---|---|
| |||
...a tagged union or something built-in, tuple, should be built-in as well This... | |||
July 08, 2023 General » Re: Please support shorter constructor init | |||
|---|---|---|---|
| |||
...https://dlang.org/phobos/std_typecons.html#.Tuple.this https://dlang.org/phobos/std_typecons... | |||
July 08, 2023 Announce » Re: Evolving the D Language | |||
|---|---|---|---|
| |||
...excited about this! - Tagged Union? :D - Pattern Matching? :D () - Built-in Tuple with deconstructing? :D | |||
July 07, 2023 Issues » [Issue 24037] New: assocArray should support immutable values | |||
|---|---|---|---|
| |||
...S { int a; }
void main() {
auto array = [tuple!("key", "value")(2, S(1))].assocArray;
}
```
Leads... | |||
June 30, 2023 Issues » [Issue 15436] Compiler still refers to AliasSeq-s as "tuple"-s (and TypeTuple?) | |||
|---|---|---|---|
| |||
...AliasSeq-s as "tuple"-s Replace "tuple type" with "type sequence". Replace "tuple" with "sequence... | |||
June 28, 2023 Issues » [Issue 15436] Compiler still refers to AliasSeq-s as "tuple"-s (and TypeTuple?) | |||
|---|---|---|---|
| |||
...AliasSeq-s as "tuple"-s Replace "tuple type" with "type sequence". Replace "tuple" with "sequence... | |||
June 27, 2023 Issues » [Issue 15436] Compiler still refers to AliasSeq-s as "tuple"-s (and TypeTuple?) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=15436 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
June 27, 2023 Issues » [Issue 20135] Tuple assignment incorrectly calls destructor on freshly postblitted structs | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20135 Boris Carvajal <boris2.9@gmail.com... | |||
June 27, 2023 Issues » [Issue 17128] Wrong destructor call, if variables declared using tuple of types. | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17128 Boris Carvajal <boris2.9@gmail.com... | |||
Copyright © 1999-2021 by the D Language Foundation