On Thu, 29 Nov 2018 16:13:59 +0000, M.M. wrote: > Could such an automated tool be done, in principle, for handling > autodecode in existing code? Yes, but it's going to be awkward. You'd need to add a std.range function like "noAutoDecode" and wrap everything that's iterated unless you can prove it's not a string or wstring.