Search

March 19
General »

named tuple:
```
(int:a-) t1 = (a:1, EOT);
(int:a-int:b) t2 = (a: 1...
March 19
General »
...distinguish:

tuple type syntax

EOT in tuple "()" as a keyword.

```
// tuple type and tuple literal...
March 18
General »
...you put that on your one-value tuple and during sema it's clear what...
March 17
General »
...consistent syntax: (,) empty tuple, (x,) one-element tuple, (x,y,) two element tuple ...

Just an...
March 17
Learn »
...result, and remember the built in compiler-tuple - which is what __traits(getAttributes) and the...
March 15
Learn »
...Variant[Variant]* parent;
			int i;
			auto front()=> tuple(parent.keys[i],(*parent)[parent.keys[i...
March 14
Learn »
...case indeed `Args` will be a type tuple of `args` types.

```d
void myFunc(Args...
March 14
Learn »
...is not a known symbol.)  Is it basically a tuple of the suitable type?

Andy
March 14
Learn »
Std.tuple is a gaint mess if there's differences in usage syntax they are...
March 14
Learn »
...definition of tuple is somewhat obscure to me.
Is this compatible with the Tuple from...
8 9 10 11 12 13 14 15 16 17 18 19
Next ›   Last »