Search

July 28, 2022
Learn »
...function  std.typecons.Tuple!(uint, "data", uint, "count").Tuple.opCmp!(const(Tuple!(uint, "data", uint...
July 19, 2022
General »
...language?

Same with Tagged Union, same with Tuple, same with Nullable

And then it always...
July 13, 2022
Learn »
...range_sorted.isqrt.Sequence!(__lambda2, Tuple!()).Sequence.opAssign(Sequence!(__lambda2, Tuple!()) p)` is not callable...
July 06, 2022
General »
...arguments and functions that accept a single tuple argument. Argument lists are basically tuples, but...
July 04, 2022
Issues »
...int] map2 = assocArray(map1.byKeyValue().map!(k => tuple(k.key,
k.value)));
}
-----

Notice that byKeyValue...
July 04, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=22291

Andrej Mitrovic <andrej.mitrovich@gmail.com...
July 02, 2022
General »
...C++ it works like this:

```C++
tuple<int,double,tuple<float,string>> f() {
    return {0...
June 24, 2022
Issues »
...backend.
  After adding some code to insert tuple elements to
`AggregateDeclaration.fields`
  and for parsing...
June 22, 2022
Issues »
...backend.
  After adding some code to insert tuple elements to
`AggregateDeclaration.fields`
  and for parsing...
June 22, 2022
Issues »
...14235 "Fix 23167 - inaccurate diagnostic for internal tuple bound violation" was merged into master:

- 3c1931ce8446724d370f3516da2d7c2cbbb70e3a...
38 39 40 41 42 43 44 45 46 47 48 49
Next ›   Last »