Search

May 23, 2023
General »
...spec/type.html#TypeSuffix)?
 *CallableSuffix* → **`delegate`** [`Parameters`](https://dlang.org/spec/function.html...
May 23, 2023
Learn »
...C) int function(char[][])*).tryExec(scope void delegate())
0x00007FF605FEA76F in void rt.dmain2._d_run...
May 19, 2023
Learn »
...w");
    Curl curl;
    curl.initialize();
    curl.onProgress = delegate int(size_t dltotal, size_t dlnow...
May 19, 2023
Learn »
...w");
            Curl curl;
            curl.initialize();
            curl.onProgress = delegate int(size_t dltotal, size_t dlnow...
May 19, 2023
Learn »
...w");
            Curl curl;
            curl.initialize();
            curl.onProgress = delegate int(size_t dltotal, size_t dlnow...
May 18, 2023
Issues »
...bugzilla@thecybershadow.net

////////// test.d //////////
@safe:

void delegate() later;

void lazyFun(lazy void expr)
{
    later...
May 18, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=17315

RazvanN <razvan.nitu1305@gmail.com> changed...
May 18, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=17315

Eyal <eyal@weka.io> changed:

           What...
May 18, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=17315

RazvanN <razvan.nitu1305@gmail.com> changed...
May 17, 2023
General »
...You see, if the keyword (`function` or `delegate`) is first and the type is second...
29 30 31 32 33 34 35 36 37 38 39 40
Next ›   Last »