Search

November 20, 2023
Learn »
...if you meant to take the function/delegate and not invoke try `&Counter` instead, otherwise...
November 20, 2023
Learn »
...in:

```
10
11
12
'next' is int delegate() pure nothrow @nogc @safe
```

Now, I uncomment...
November 08, 2023
Issues »
...grammar for signature.
  Don't require `ref` delegate parameter.
  Explain non-ref ForeachType can match...
November 07, 2023
Issues »
...examples runnable.
  Use list for kinds of delegate.
  Remove C pointer to function syntax as...
November 02, 2023
Learn »
...const
      => this.format!"%s";

    auto toString(void delegate(in char[]) sink) const
      => sink.formattedWrite("%s...
October 31, 2023
General »
...like this. He should be able to delegate that task to someone (like yourself) who...
October 30, 2023
Issues »
...escape via non-scope parameter of pure
    delegate

https://github.com/dlang/dmd/pull/15756

--
October 30, 2023
Issues »
...escape via non-scope parameter of pure
    delegate

https://github.com/dlang/dmd/pull/15756

--
October 30, 2023
Issues »
...escape via non-scope parameter of pure
    delegate

https://github.com/dlang/dmd/pull/15756

--
October 30, 2023
Issues »
...escape via non-scope parameter of pure
    delegate

https://github.com/dlang/dmd/pull/15756

--
21 22 23 24 25 26 27 28 29 30 31 32
Next ›   Last »