July 28, 2022 Learn » Re: Build for i586 | |||
|---|---|---|---|
| |||
...function std.typecons.Tuple!(uint, "data", uint, "count").Tuple.opCmp!(const(Tuple!(uint, "data", uint... | |||
July 19, 2022 General » Re: auto arr = [1, 2, 3] should be a static array, not a GC allocated array | |||
|---|---|---|---|
| |||
...language? Same with Tagged Union, same with Tuple, same with Nullable And then it always... | |||
July 13, 2022 Learn » Using Sequence Range as a SortedRange. | |||
|---|---|---|---|
| |||
...range_sorted.isqrt.Sequence!(__lambda2, Tuple!()).Sequence.opAssign(Sequence!(__lambda2, Tuple!()) p)` is not callable... | |||
July 06, 2022 General » Re: Possible improvement of phobos map? | |||
|---|---|---|---|
| |||
...arguments and functions that accept a single tuple argument. Argument lists are basically tuples, but... | |||
July 04, 2022 Issues » [Issue 20617] There is no support for copying hashmaps in Druntime / Phobos | |||
|---|---|---|---|
| |||
...int] map2 = assocArray(map1.byKeyValue().map!(k => tuple(k.key, k.value))); } ----- Notice that byKeyValue... | |||
July 04, 2022 Issues » [Issue 22291] __traits(arguments) to return a tuple of the function arguments | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22291 Andrej Mitrovic <andrej.mitrovich@gmail.com... | |||
July 02, 2022 General » Re: Syntax sugar for {} with structs | |||
|---|---|---|---|
| |||
...C++ it works like this:
```C++
tuple<int,double,tuple<float,string>> f() {
return {0... | |||
June 24, 2022 Issues » [Issue 23010] mixed in aliaseqs used as type dont initualize | |||
|---|---|---|---|
| |||
...backend. After adding some code to insert tuple elements to `AggregateDeclaration.fields` and for parsing... | |||
June 22, 2022 Issues » [Issue 23010] mixed in aliaseqs used as type dont initualize | |||
|---|---|---|---|
| |||
...backend. After adding some code to insert tuple elements to `AggregateDeclaration.fields` and for parsing... | |||
June 22, 2022 Issues » [Issue 23167] inaccurate diagnostic for internal tuple bound violation | |||
|---|---|---|---|
| |||
...14235 "Fix 23167 - inaccurate diagnostic for internal tuple bound violation" was merged into master: - 3c1931ce8446724d370f3516da2d7c2cbbb70e3a... | |||
Copyright © 1999-2021 by the D Language Foundation