April 22, 2008 Learn » Question about tuple as template parameter | |||
|---|---|---|---|
| |||
...pragma(msg, "Type");
}
template Foo(TT...)
{
pragma(msg, "Tuple");
}
alias Foo!(int) foo;
----
Outputs: Tuple | |||
April 19, 2008 Learn » Listener output | |||
|---|---|---|---|
| |||
...minitable.clear(5); } });
When pressed the button outputs this:-
Event {missing or misplaced '}'}Event {type... | |||
April 13, 2008 General » Re: What is the correct use of auto? | |||
|---|---|---|---|
| |||
...a toString() method. auto data = 42; // This outputs data (as a string) to stderr, and... | |||
April 04, 2008 General » Re: unpaintable (the solution to logical const) | |||
|---|---|---|---|
| |||
...unpaintable invariant type. However, currently the compiler outputs this:
class C
{
invariant(int)* i;
}
void... | |||
April 04, 2008 General » Re: Partially pure (Re: Fully transitive const is not necessary) | |||
|---|---|---|---|
| |||
...define pure as "always giving the same outputs given the same inputs and having no... | |||
April 04, 2008 General » What is pure and what is not pure | |||
|---|---|---|---|
| |||
...given two arguments sorts the first and outputs into the second argument, and given one... | |||
April 02, 2008 General » Re: Knight's Challenge in D | |||
|---|---|---|---|
| |||
...to say that, however, the way it outputs now is nice Wiki Syntax, so I... | |||
March 25, 2008 General » Re: Continuous Integration | |||
|---|---|---|---|
| |||
...you could have a static constructor that outputs the first portion of the junit xml... | |||
March 25, 2008 General » Re: DMC, GCC-XML and .h->.d | |||
|---|---|---|---|
| |||
...It's DMC with a backend that outputs .d files instead of object files. Except... | |||
March 24, 2008 General » Re: Logging function name, line, file... | |||
|---|---|---|---|
| |||
...16, 23, 42];
mixin(logm("exiting main!"));
}
----- -----
Outputs:
LOG: src\test.d:15 entering main... | |||
Copyright © 1999-2021 by the D Language Foundation