Search

June 20
DIP Ideas »
...Rhs...)(auto ref Rhs rhs)
        {
			import std.stdio;
            import std.typecons : tuple;
            writefln("Called Foo...
June 20
General »
...T){
	pragma(mangle, "main")
	int repl(){
		import std;
		T machine;
		foreach(in_;stdin.byLineCopy){
			if...
June 18
Learn »
...fault.

2) The optimized assembly code in std.bigint may contain an instruction that's...
June 18
Learn »
...want?


```d
import std.digest.md;
import std.digest.sha;
import std.stdio;

void main...
June 18
General »
...does the Event Loop go? Or the `std.math` methods that the compiler hooks? The...
June 18
General »
...into the runtime. Another one is that `std.math` absolutely needs to be moved into...
June 17
Learn »
...it requires my framework too which overrides std.stdio.writeln() in order to produce colorful...
June 17
DIP Ideas »
...opDispatch(string member, Rhs)(Rhs rhs)
        {
			import std.stdio;
            writeln("Called <something>[", arg, "].", member, " = ", rhs...
June 16
Issues »
...id=24610

--- Comment #1 from Max Samukha <maxsamukha@gmail.com> ---
`import std.stdio;` is unnecessary.

--
June 16
Issues »
...std.array;
import std.format;

struct S
{
    void toString(Output)(ref Output output)
    {
        import std...
105 106 107 108 109 110 111 112 113 114 115
Next ›   Last »