May 23, 2023 General » D Primary Type Syntax is Essentially Implemented! | |||
|---|---|---|---|
| |||
...spec/type.html#TypeSuffix)? *CallableSuffix* → **`delegate`** [`Parameters`](https://dlang.org/spec/function.html... | |||
May 23, 2023 Learn » How to use Dub and Digger to build Pull Requests? | |||
|---|---|---|---|
| |||
...C) int function(char[][])*).tryExec(scope void delegate()) 0x00007FF605FEA76F in void rt.dmain2._d_run... | |||
May 19, 2023 Learn » Re: request assistance resolving a std.net.curl segmentation fault | |||
|---|---|---|---|
| |||
...w");
Curl curl;
curl.initialize();
curl.onProgress = delegate int(size_t dltotal, size_t dlnow... | |||
May 19, 2023 Learn » request assistance resolving a std.net.curl segmentation fault | |||
|---|---|---|---|
| |||
...w");
Curl curl;
curl.initialize();
curl.onProgress = delegate int(size_t dltotal, size_t dlnow... | |||
May 19, 2023 Learn » request assistance resolving a std.net.curl sementation fault | |||
|---|---|---|---|
| |||
...w");
Curl curl;
curl.initialize();
curl.onProgress = delegate int(size_t dltotal, size_t dlnow... | |||
May 18, 2023 Issues » [Issue 23923] New: `this` not captured by lazy expression | |||
|---|---|---|---|
| |||
...bugzilla@thecybershadow.net
////////// test.d //////////
@safe:
void delegate() later;
void lazyFun(lazy void expr)
{
later... | |||
May 18, 2023 Issues » [Issue 17315] Assigning a delegate to a function compiles but causes segfault | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17315 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
May 18, 2023 Issues » [Issue 17315] Assigning a delegate to a function compiles but causes segfault | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17315
Eyal <eyal@weka.io> changed:
What... | |||
May 18, 2023 Issues » [Issue 17315] Assigning a delegate to a function compiles but causes segfault | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17315 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
May 17, 2023 General » Re: D needs a type expression syntax | |||
|---|---|---|---|
| |||
...You see, if the keyword (`function` or `delegate`) is first and the type is second... | |||
Copyright © 1999-2021 by the D Language Foundation