deadalnix via Digitalmars-d Fri, 12 Dec 2014 16:11:35 -0800
How not?
scope a = new Stuff(); scope b = a; auto rc1 = RC(a); auto rc2 = RC(b); // Enjoy the free when it comes !