Search

September 22, 2023
Learn »
Skip this thread. I see solution.

How to delete missed posts on this forum ?
September 22, 2023
Learn »
able ?
how to use correctly?

```d
  import std.parallelism;

  auto async_task = task!fn( args...
September 18, 2023
General »
...s: %s", id, value);
}

alias ToSink = void delegate(const(char)[]);

import std.stdio, std.format...
September 17, 2023
Genel »
...ptr[i] " ~ op ~ "= rhs;");
    }
  }

  alias ToSink = void delegate(const(char)[]);
  void toString(ToSink sink) const...
September 13, 2023
Learn »
...runner;```

You are trying to assign a delegate to string*. Even if we fix this...
September 10, 2023
General »
...MsgNum lastMessageNum;

	alias FIRE = void delegate();
	FIRE[MsgNum] pendingCalls; // use delegate here as simulation for...
August 31, 2023
Learn »
...will be a function pointer or a delegate.

You are getting the compile time arguments...
August 30, 2023
Issues »
...this() { printf("  ~this(%i)\n", i); }
}

void delegate() @safe foo() {
    S s = S(5);
    return...
August 23, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=17477

--- Comment #6 from Eyal <eyal@weka...
August 23, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=17477

--- Comment #5 from Nick Treleaven <nick...
24 25 26 27 28 29 30 31 32 33 34 35
Next ›   Last »