Capture context surrounding delegate

2025-05-09 Thread Python via Digitalmars-d-learn
Too much code below, but I cannot reduce it more. The issue is in the main function, I want to pass a delegate to a thread with a captured value from the surrounding context. At least this was my expectation, the delegate should capture any stack value. Am I doing something wrong? (please ign

Re: std.int128

2025-05-09 Thread Pete Padil via Digitalmars-d-learn
On Friday, 9 May 2025 at 10:56:00 UTC, Bastiaan Veelo wrote: On Wednesday, 7 May 2025 at 00:40:04 UTC, Pete Padil wrote: Why is std.int128 not listed when using the top Phobos Doc page (link "Documentation>Library Reference")? I can find it if I expand the "Library" link at the top of the Pho

Re: std.int128

2025-05-09 Thread Bastiaan Veelo via Digitalmars-d-learn
On Wednesday, 7 May 2025 at 00:40:04 UTC, Pete Padil wrote: Why is std.int128 not listed when using the top Phobos Doc page (link "Documentation>Library Reference")? I can find it if I expand the "Library" link at the top of the Phobos page. Just thought I mention it. Regards Well spotted.