Search

December 06, 2022
Issues »
...a delegate without the ctx, except as a "void*" value to compare against?

A delegate...
December 06, 2022
Issues »
...callbackWithPointer(T)(scope T[] a, scope void delegate(T*) @safe @nogc
pure nothrow f) {
        f...
December 05, 2022
Issues »
...represented by a function pointer, whereas a delegate is represented by a function pointer and...
December 03, 2022
Issues »
...f(T)(const T x, scope void delegate(const T) cb) {
        cb(x);
}
```

The error...
December 03, 2022
General »
...in poor and/or incomplete shape, while delegate contexts still have qualifier problems[2]…...
December 01, 2022
Issues »
...foreachDsymbol(dmd.root.array.Array!(dmd.dsymbol.Dsymbol).Array*,
void delegate(dmd.dsymbol.Dsymbol)) [0x557f41e008af]
---

--
December 01, 2022
General »
...alias ws_cb_t = extern(C) void delegate (int ws, int event, int data);
int...
November 30, 2022
Learn »
...delegate(string,       ref       TOMLValue) @safe   dg)      @safe              { mixin(opApplyImpl); }
public int opApply(scope int delegate...
November 29, 2022
Issues »
...delegate(Super))[] a1;
    const(void delegate(Sub))[] b1=a1; // ok

    Sub delegate() a2;
    Super delegate...
November 29, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=9352

RazvanN <razvan.nitu1305@gmail.com> changed...
48 49 50 51 52 53 54 55 56 57 58 59
Next ›   Last »