Closed nordlow closed 3 years ago
wasn't there something about that you should use scoped!() instead of scope for some reason?
I see no reason to use scoped
in variable declarations as scope
is a builtin feature that behaves that same as scoped but without reliance on template bloat and std.typecons (Phobos) and activates escape analysis on declaration when -dip1000
is used.
wasn't there something about that you should use scoped!() instead of scope for some reason?