Search

June 25, 2023
Issues »
...is not converted to a
                   |items is not converted to a |delegate anymore
                   |delegate anymore            |

--
June 25, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=24013

--- Comment #1 from Basile-z <b2...
June 25, 2023
Issues »
...converted to a delegate |__traits(getOverloads)
                   |anymore                     |items is not converted to a
                   |                            |delegate anymore

--
June 25, 2023
Issues »
...PropSetter = void delegate(T value);
        alias PropGetter = T delegate();
    }
    else
    {
        alias PropSetter = void delegate(T...
June 22, 2023
Issues »
...thread_scanAll(scope
void(void*, void*) nothrow
delegate).__lambda2!(core.thread.threadbase.ScanType, void*,
void...
June 21, 2023
Issues »
...id=24007

          Issue ID: 24007
           Summary: function/delegate literals cannot specify linkage
           Product: D
           Version...
June 20, 2023
General »
...The same is true for `function` → `delegate`. And there isn’t even an explicit conversion...
June 18, 2023
Issues »
...value is null;
    int opApply(scope int delegate(int) dg)
    {
        if (value is null) return...
June 18, 2023
General »
...functional;

void foo()@safe{}

void main(){
    void delegate()immutable dg=toDelegate(&foo); // error
}
```

(Which it...
June 17, 2023
General »
...a function pointer to convert to a delegate, the compiler would have to generate a...
27 28 29 30 31 32 33 34 35 36 37 38
Next ›   Last »