named arguments, string interpolation, please stop.

Guillaume Piolat first.name at gmail.com
Fri Jan 12 15:03:21 UTC 2024


On Friday, 12 January 2024 at 03:38:07 UTC, Nickolay Bukreyev 
wrote:
> It’s a very dangerous pattern. Are you certain it needs a more 
> convenient syntax?

Yes we use that hack as a basis of our work? so that you can call 
class destructors (they may throw and use GC!).

In the same way you need @trusted to use @safe and @system in a 
nice and complete way, it's the same with @nogc and pure.


More information about the Digitalmars-d mailing list