http://d.puremagic.com/issues/show_bug.cgi?id=7281
--- Comment #4 from Jonathan M Davis <[email protected]> 2012-01-12 16:39:38 PST --- Ah, yes. I forgot about that. array generates a dchar[], because retro returns a range of dchar, not a string, and array returns an array with the same element type as the range passed to it. The correct way to do it then would be to!string(retro(str)) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
