September 22, 2023 Learn » Re: parallelism with delegate | |||
|---|---|---|---|
| |||
Skip this thread. I see solution. How to delete missed posts on this forum ? | |||
September 22, 2023 Learn » parallelism with delegate | |||
|---|---|---|---|
| |||
able ? how to use correctly? ```d import std.parallelism; auto async_task = task!fn( args... | |||
September 18, 2023 General » Is it possible to override and overload class Object? | |||
|---|---|---|---|
| |||
...s: %s", id, value); } alias ToSink = void delegate(const(char)[]); import std.stdio, std.format... | |||
September 17, 2023 Genel » Re: Slice Operator Overloading | |||
|---|---|---|---|
| |||
...ptr[i] " ~ op ~ "= rhs;");
}
}
alias ToSink = void delegate(const(char)[]);
void toString(ToSink sink) const... | |||
September 13, 2023 Learn » Re: Struct nested function | |||
|---|---|---|---|
| |||
...runner;``` You are trying to assign a delegate to string*. Even if we fix this... | |||
September 10, 2023 General » Re: D Programming: How to Define and Use Custom Attributes | |||
|---|---|---|---|
| |||
...MsgNum lastMessageNum; alias FIRE = void delegate(); FIRE[MsgNum] pendingCalls; // use delegate here as simulation for... | |||
August 31, 2023 Learn » Re: pointer to std.algorithm.iteration : splitter | |||
|---|---|---|---|
| |||
...will be a function pointer or a delegate. You are getting the compile time arguments... | |||
August 30, 2023 Issues » [Issue 24120] New: Closures break constructor/destructor safety | |||
|---|---|---|---|
| |||
...this() { printf(" ~this(%i)\n", i); }
}
void delegate() @safe foo() {
S s = S(5);
return... | |||
August 23, 2023 Issues » [Issue 17477] DMD error message for delegate with wrong attributes is very confusing | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17477 --- Comment #6 from Eyal <eyal@weka... | |||
August 23, 2023 Issues » [Issue 17477] DMD error message for delegate with wrong attributes is very confusing | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17477 --- Comment #5 from Nick Treleaven <nick... | |||
Copyright © 1999-2021 by the D Language Foundation