March 28 Issues » [Issue 24465] New: Tuple does not get a copy constructor when its members need it | |||
|---|---|---|---|
| |||
...struct Tuple` does not define a copy constructor for `Tuple!(int, S)` to `Tuple!(int... | |||
March 22 Announce » Re: DConf Online Livestream Link | |||
|---|---|---|---|
| |||
...got around to start watching. On the tuple talk, Timon says on slide 32 that... | |||
March 20 General » Re: tuple-syntax | |||
|---|---|---|---|
| |||
...I'm reposting my existing example. ``` // tuple type and tuple literal (-) t0 = (void); (int-) t1... | |||
March 19 General » Re: tuple-syntax | |||
|---|---|---|---|
| |||
On Tuesday, 19 March 2024 at 15:33:09 UTC, ryuukk_ wrote: Are tuples with... | |||
March 19 General » Re: tuple-syntax | |||
|---|---|---|---|
| |||
void? everyone went with `_` even java.. https://openjdk.org/jeps/456 .. java.. who would have... | |||
March 19 General » Re: tuple-syntax | |||
|---|---|---|---|
| |||
The comma is used as a separator. A trailing comma isn't used that way... | |||
March 19 General » Re: tuple-syntax | |||
|---|---|---|---|
| |||
[...] ::lots of other proposals by others:: [...] Most of these were discussed in the talk, and... | |||
March 19 General » Re: tuple-syntax | |||
|---|---|---|---|
| |||
...3 4\n2 5 6
}
```
return a tuple :
```
(-) func0() {
return (EOT);
}
auto func0... | |||
March 19 General » Re: tuple-syntax | |||
|---|---|---|---|
| |||
I'd prefer typescript tuple syntax. It's quite clear and concise: ```typescript const x... | |||
March 19 General » Re: tuple-syntax | |||
|---|---|---|---|
| |||
...elements. `(Vector!int-Vector!int)` represents a tuple of 2 vectors, where the first element... | |||
Copyright © 1999-2021 by the D Language Foundation