Search

April 22
General »
...t understand why you focus on the tuple use case. The main reason the comma...
April 21
General »
...reserve the comma operator for use in tuple expressions (like in Python).

If you the...
April 14
DIP Development »
...with `out` or some multi-value return / tuple return maybe). And using `*x = ` is in...
April 10
Learn »
...function, its a property to get a "tuple" a sequence of fields for a struct...
April 06
Learn »
...a tuple in this case:
```d
  //...
  auto tuple = a.zip(b);
  tuple.writeln;
  // [Tuple!(int...
April 03
General »
...wall. Very handy that the bizarre __parameters tuple PS permits the declaration of a function...
April 01
Issues »
...Jonathan M Davis:
  Fix bugzilla #24465: Make Tuple work with copy constructors

  If there's...
April 01
Issues »
...pull request #8963 "Fix bugzilla #24465: Make Tuple work with copy constructors" was merged into...
March 29
Issues »
...Make Tuple work with copy constructors" fixing this issue:

- Fix bugzilla #24465: Make Tuple work...
March 28
Learn »
...of an enum type as a tuple. This tuple contains the enum members in sequence...
6 7 8 9 10 11 12 13 14 15 16 17
Next ›   Last »