Search

August 23, 2023
Issues »
...error should say:

  function `lambdaarg.f(void delegate(int) nothrow dlg)` is not callable using...
August 22, 2023
Issues »
...in the delegate, we capture the variable of the function itself where the delegate is...
August 19, 2023
Issues »
...lambda2` of type `void delegate(int x) @system` to `void delegate(int)
nothrow`

Note the...
August 12, 2023
Learn »
...d => add(d));
    }

    int opApply(scope int delegate(ref T) dg) {
        auto cur=root;
        while...
August 10, 2023
Learn »
...each!(d => add(d));
    }
    int opApply(int delegate(ref T) dg) {
        auto cur=start;
        while...
August 09, 2023
General »
...vibe.http.websockets.WebSocket.send(scope void delegate(scope vibe.http.websockets.OutgoingWebSocketMessage) @safe, vibe...
July 25, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=24055

Dlang Bot <dlang-bot@dlang.rocks...
July 24, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=24055

Dlang Bot <dlang-bot@dlang.rocks...
July 24, 2023
Issues »
...parameters) does not work on function
                    pointer/delegate types
           Product: D
           Version: D2
          Hardware: All...
July 14, 2023
Issues »
...int(ref
rt.sections_elf_shared.DSO) delegate) (in /tmp/temp_7F336C18C4D0)
==117347==    by 0x4398BC...
25 26 27 28 29 30 31 32 33 34 35 36
Next ›   Last »