Search

March 28
Issues »
...struct Tuple` does not define a copy constructor for
`Tuple!(int, S)` to `Tuple!(int...
March 22
Announce »
...got around to start watching.

On the tuple talk, Timon says on slide 32 that...
March 20
General »
...I'm reposting my existing example.

```
// tuple type and tuple literal
(-) t0 = (void);
(int-) t1...
March 19
General »
On Tuesday, 19 March 2024 at 15:33:09 UTC, ryuukk_ wrote:

Are tuples with...
March 19
General »
void? everyone went with `_`

even java.. https://openjdk.org/jeps/456  .. java.. who would have...
March 19
General »
The comma is used as a separator. A trailing comma isn't used that way...
March 19
General »
[...]
::lots of other proposals by others::
[...]

Most of these were discussed in the talk, and...
March 19
General »
...3 4\n2 5 6
}
```

return a tuple :
```
​(-) func0() {
	return (EOT);
}
​auto func0...
March 19
General »
I'd prefer typescript tuple syntax.
It's quite clear and concise:
```typescript
 const x...
March 19
General »
...elements.

`(Vector!int-Vector!int)` represents a tuple of 2 vectors, where the first element...
7 8 9 10 11 12 13 14 15 16 17 18
Next ›   Last »