Search

July 19, 2023
Issues »
...struct Tuple
{
    AliasSeq!(string, string) expand;
    alias expand this;
}

auto tuple(Args...)(Args)
{
    return Tuple...
July 08, 2023
General »
...a tagged union or something built-in, tuple, should be built-in as well


This...
July 08, 2023
General »
...https://dlang.org/phobos/std_typecons.html#.Tuple.this
https://dlang.org/phobos/std_typecons...
July 08, 2023
Announce »
...excited about this!

- Tagged Union? :D

- Pattern Matching? :D ()

- Built-in Tuple with deconstructing? :D

July 07, 2023
Issues »
...S { int a; }

void main() {
    auto array = [tuple!("key", "value")(2, S(1))].assocArray;
}
```

Leads...
June 30, 2023
Issues »
...AliasSeq-s as "tuple"-s

  Replace "tuple type" with "type sequence".
  Replace "tuple" with "sequence...
June 28, 2023
Issues »
...AliasSeq-s as "tuple"-s

  Replace "tuple type" with "type sequence".
  Replace "tuple" with "sequence...
June 27, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=15436

RazvanN <razvan.nitu1305@gmail.com> changed...
June 27, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=20135

Boris Carvajal <boris2.9@gmail.com...
June 27, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=17128

Boris Carvajal <boris2.9@gmail.com...
23 24 25 26 27 28 29 30 31 32 33 34
Next ›   Last »