Search

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

--
October 30, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=24213

Paul Backus <snarwin+bugzilla@gmail.com...
October 30, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=24213

Paul Backus <snarwin+bugzilla@gmail.com...
October 30, 2023
Issues »
...can escape via non-scope
                    parameter of delegate
           Product: D
           Version: D2
          Hardware: All
                OS...
October 30, 2023
Issues »
...examples runnable.
  Use list for kinds of delegate.
  Remove C pointer to function syntax as...
October 26, 2023
Issues »
...the context pointer or the return value. Delegate contexts in general are a big source...
October 24, 2023
Genel »
...return gen;
  }
}//*/

void main() {
  alias func = char delegate(); // function();
  func range = () => uniform!"[]"(HEX.min, HEX...
October 24, 2023
Learn »
...to the previous one.
```d
button.click = delegate(Widget src) {
    // window.mainWidget = homeLayout.child(0...
October 23, 2023
General »
...done with a bit of imagination. A delegate literal returning a voldemort struct would probably...
October 16, 2023
Learn »
...hunt.event.selector.Selector.Selector.doRun(void delegate()) [0x56522d39b574]
/root/.dub/packages/hunt-1.7...
22 23 24 25 26 27 28 29 30 31 32 33
Next ›   Last »