Hello Joseph,
To be sure I understand -- is there anything wrong with writingscope auto f = new Foo(i)
BTW, the following might work: scope f = new Foo(i); -- ... <IXOYE><
Hello Joseph,
To be sure I understand -- is there anything wrong with writingscope auto f = new Foo(i)
BTW, the following might work: scope f = new Foo(i); -- ... <IXOYE><