Search

November 10, 2022
Learn »
...p ? *p : defaultValue;
    }

    ///
    int opApply(scope int delegate(inout ref V) dg) const
    {
        int result...
November 09, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=16037

RazvanN <razvan.nitu1305@gmail.com> changed...
November 07, 2022
Issues »
...E.g. this code:

void foo(void delegate(int) dg)
{
    dg();
    //writefln("%s", dg(3...
November 05, 2022
General »
...broken. Using opApply, this is easy (the delegate returns nonzero), but using popNext it's...
November 03, 2022
Learn »
...this.a = a; }

    void toString(scope void delegate(in char[]) sink) const {
        import std.conv...
November 03, 2022
Issues »
...are creating a delegate that receives some stack pointers. When the delegate is actually called...
November 02, 2022
Issues »
...through delegate context" fixing this issue:

- fix Issue 23445 - Can leak scope variable through delegate...
November 02, 2022
Issues »
...Issue 23445 - Can leak scope variable through delegate context" fixing this issue:

- fix Issue 23438...
November 01, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23445

--- Comment #7 from Walter Bright <bugzilla...
November 01, 2022
Issues »
...6 from timon.gehr@gmx.ch ---
The delegate context is allocated on the heap. There...
51 52 53 54 55 56 57 58 59 60 61 62
Next ›   Last »