Search

April 22, 2008
Learn »
...pragma(msg, "Type");
}

template Foo(TT...)
{
	pragma(msg, "Tuple");
}

alias Foo!(int) foo;
----
Outputs: Tuple
April 19, 2008
Learn »
...minitable.clear(5);  }  });

When pressed the button outputs this:-

Event {missing or misplaced '}'}Event {type...
April 13, 2008
General »
...a toString() method.
	auto data = 42;

	// This outputs data (as a string) to stderr, and...
April 04, 2008
General »
...unpaintable invariant type. However, currently the compiler outputs this:

class C
{
    invariant(int)* i;
}

void...
April 04, 2008
General »
...define pure as "always giving the same outputs given the same inputs and having no...
April 04, 2008
General »
...given two arguments sorts the first and outputs into the second argument, and given one...
April 02, 2008
General »
...to say that, however, the way it outputs now is nice Wiki Syntax, so I...
March 25, 2008
General »
...you could have a static constructor that outputs the first portion of the junit xml...
March 25, 2008
General »
...It's DMC with a backend that outputs .d files instead of object files.  Except...
March 24, 2008
General »
...16, 23, 42];
	mixin(logm("exiting main!"));
}

-----  -----
Outputs:

LOG: src\test.d:15 entering main...
149 150 151 152 153 154 155 156 157 158 159
Next ›   Last »