May 27, 2022 General » Re: Why is D unpopular, redux. | |||
|---|---|---|---|
| |||
...less friendly. For example what if the tuple contains a value whose type is not... | |||
May 27, 2022 General » Re: Why is D unpopular, redux. | |||
|---|---|---|---|
| |||
...strange skills` . This is not a `simple tuple` or `static foreach` can match.It's... | |||
May 27, 2022 General » Re: Why is D unpopular, redux. | |||
|---|---|---|---|
| |||
...can be similarly used let's say to unroll += on each member of a tuple. | |||
May 23, 2022 Learn » Re: Odd construct idea. Splitting arguments inside a parameter list. | |||
|---|---|---|---|
| |||
well actually std Tuple is a struct but that works without excplicit `.tupleof`. | |||
May 23, 2022 Learn » Re: Odd construct idea. Splitting arguments inside a parameter list. | |||
|---|---|---|---|
| |||
and you can pass a std.typecons.Tuple as well, it will expand x y | |||
May 23, 2022 Learn » Odd construct idea. Splitting arguments inside a parameter list. | |||
|---|---|---|---|
| |||
...can pass a struct of values (a 'tuple'?) with the right subfields, as if those... | |||
May 21, 2022 Issues » [Issue 23133] New: Timon's list of enhancement requests | |||
|---|---|---|---|
| |||
...is no way to slice a library tuple without decaying into an auto-expanding sequence... | |||
May 21, 2022 General » Re: access foreach index counter for Iterate n times | |||
|---|---|---|---|
| |||
...index, element` pair with RA ranges, when `front` just returns an element, not a tuple. | |||
May 19, 2022 Learn » Re: Why are structs and classes so different? | |||
|---|---|---|---|
| |||
...read. Use struct for internal objects and tuple like usage and class for major objects... | |||
May 15, 2022 Duyuru » Re: Pazar Sohbeti: 15 Mayıs'22, TSİ.11 | |||
|---|---|---|---|
| |||
...string, // 1
Tuple!(Op, "op", This*, "lhs", This*, "rhs") // 2
);
// Shorthand for Tuple!(Op, "op... | |||
Copyright © 1999-2021 by the D Language Foundation