[Issue 7281] std.string.reversed
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Jan 12 15:54:51 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7281
Jonathan M Davis <jmdavisProg at gmx.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com
--- Comment #2 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-01-12 15:54:46 PST ---
Your example is not the shortest way of doing this. The typical way would be
array(retro(str));
which _is_ an expression and almost as concise as
reversed(str);
I question that adding another function is worth it.
-- 
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