Another idea. I would totaly love that behaviour. void foo(scope int[] arg) { ... }foo([1 2 3 4]); // allocates the array literal on the stack, because it is scoped.Kind Regards Benjamin Thaut
That was basis of old rejected `scope ref` proposal for rvalue references :(
