Search

February 27, 2023
Issues »
...S{
    int x;
    int opApply(scope int delegate(ref int x)@safe @nogc dg)@safe...
February 27, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=11316

Dlang Bot <dlang-bot@dlang.rocks...
February 27, 2023
Announce »
...returning a function pointer rather than a delegate.

Razvan had submitted a PR in December...
February 25, 2023
Issues »
...S{
    int* x;
    int opApply(scope int delegate(ref int* x)@safe dg)@safe{
        return...
February 25, 2023
Issues »
...S{
    int x;
    int opApply(scope int delegate(ref int x) dg){
        return dg(x...
February 22, 2023
General »
...fd, FDStatus.NONE);
        }

        int opApply(scope int delegate(FDResult) dg)
        {
            int result;
            for (int i...
February 22, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=19328

RazvanN <razvan.nitu1305@gmail.com> changed...
February 21, 2023
Issues »
...alias a = ParameterTupleOf!(typeof(f));
alias b = ParameterTupleOf!(void delegate());
alias c = ParameterTupleOf!(void function());

--
February 20, 2023
Learn »
The opposite, the delegate doesn't force a closure, and so when the variable goes...
February 20, 2023
Issues »
...gmail.com> ---

Why? If I want a delegate with a null pointer context and member...
34 35 36 37 38 39 40 41 42 43 44 45
Next ›   Last »