Search

January 03, 2023
Learn »
...value) {
        *ptr = value;
    }

    void toString(scope void delegate(in char[]) sink) const {
        sink(*ptr);
    }
}

// This...
January 02, 2023
Learn »
...address of it should result in a delegate, not a function pointer.

You can check...
December 31, 2022
Learn »
...checkChange = delegate(Widget w, bool checked) {
                     g_x=checked;
                     return true;
                     };
        check_b.checkChange = delegate...
December 30, 2022
Issues »
...and I don't want to do that every time I call a template delegate.

--
December 29, 2022
Issues »
...org> ---

In both cases, there's a delegate function that references a field of the...
December 25, 2022
Learn »
...void delegate(long, vibe.db.mongo.flags.ReplyFlags, int, int) @safe, scope void delegate(ulong...
December 25, 2022
General »
...T obj, ref W writer, scope void delegate() origDG = null) if (isOutputRange!(W, char)) {
	if...
December 22, 2022
Learn »
...void delegate(scope const(char)[]) pure nothrow @safe, ulong, char).formatValueImpl(ref void delegate(scope...
December 19, 2022
General »
...C) int function(char[][])*).tryExec(scope void delegate()) (in /usr/lib64/libphobos2.so.0.99...
December 19, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=3326

RazvanN <razvan.nitu1305@gmail.com> changed...
40 41 42 43 44 45 46 47 48 49 50 51
Next ›   Last »