auto r1 = RCString("abc"); auto r2 = RCString("def"); auto rtext = RCString("abcdefgh"); //import std.stdio; //(r1 in rtext).writeln; //(r1 in rtext).writeln;
See Implementation