Trying to use Mir ion, its a perfect example of the failure of D's attribute system

jmh530 john.michael.hall at gmail.com
Fri Jan 20 20:06:26 UTC 2023


On Friday, 20 January 2023 at 19:15:09 UTC, Walter Bright wrote:
> On 1/19/2023 8:28 PM, H. S. Teoh wrote:
>> void process()(void delegate() cb) { cb(); }
>
> void process(T)(T cb) { cb(); }

Quirin Schroll addresses the drawbacks of that
https://forum.dlang.org/post/fzujvfmtckvcusdelzqj@forum.dlang.org

HS Teoh adds another issue here:
https://forum.dlang.org/post/mailman.8202.1674234814.31357.digitalmars-d@puremagic.com


More information about the Digitalmars-d mailing list