April 22 General » Re: "using the result of a comma expression is not allowed" | |||
|---|---|---|---|
| |||
...t understand why you focus on the tuple use case. The main reason the comma... | |||
April 21 General » Re: "using the result of a comma expression is not allowed" | |||
|---|---|---|---|
| |||
...reserve the comma operator for use in tuple expressions (like in Python). If you the... | |||
April 14 DIP Development » Re: First Draft: ref For Variable Declarations | |||
|---|---|---|---|
| |||
...with `out` or some multi-value return / tuple return maybe). And using `*x = ` is in... | |||
April 10 Learn » Re: "Error: `TypeInfo` cannot be used with -betterC" on a CTFE function | |||
|---|---|---|---|
| |||
...function, its a property to get a "tuple" a sequence of fields for a struct... | |||
April 06 Learn » Re: Inconsistent chain (implicitly converts to int) | |||
|---|---|---|---|
| |||
...a tuple in this case: ```d //... auto tuple = a.zip(b); tuple.writeln; // [Tuple!(int... | |||
April 03 General » Re: std.traits.ParameterIdentifierTuple producing empty results. | |||
|---|---|---|---|
| |||
...wall. Very handy that the bizarre __parameters tuple PS permits the declaration of a function... | |||
April 01 Issues » [Issue 24465] Tuple does not get a copy constructor when its members need it | |||
|---|---|---|---|
| |||
...Jonathan M Davis: Fix bugzilla #24465: Make Tuple work with copy constructors If there's... | |||
April 01 Issues » [Issue 24465] Tuple does not get a copy constructor when its members need it | |||
|---|---|---|---|
| |||
...pull request #8963 "Fix bugzilla #24465: Make Tuple work with copy constructors" was merged into... | |||
March 29 Issues » [Issue 24465] Tuple does not get a copy constructor when its members need it | |||
|---|---|---|---|
| |||
...Make Tuple work with copy constructors" fixing this issue: - Fix bugzilla #24465: Make Tuple work... | |||
March 28 Learn » Re: Setting up a final switch from a list | |||
|---|---|---|---|
| |||
...of an enum type as a tuple. This tuple contains the enum members in sequence... | |||
Copyright © 1999-2021 by the D Language Foundation