[Issue 7281] std.string.reversed

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 12 18:23:14 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7281


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


--- Comment #5 from bearophile_hugs at eml.cc 2012-01-12 18:23:10 PST ---
(In reply to comment #4)

> to!string(retro(str))

Or better text(retro(str)) or wtext(retro(str)) or dtext(retro(str)).

Or even  to!(typeof(str))(retro(str))  if you want to be generic.

I think this is a good enough solution, so I close this issue. Thank you
Jonathan.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list