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


Steven Schveighoffer <schvei...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schvei...@yahoo.com


--- Comment #5 from Steven Schveighoffer <schvei...@yahoo.com> 2010-07-22 
07:50:51 PDT ---
(In reply to comment #2)
> You get the elements in the wrong order. Now, you could do
> 
> retro(take(retro(myRange), someNumber))

That won't work, retro needs a bidirectional range, and take is not a
bidirectional range.

Like David said, your takeBack will only work on random access ranges, an O(n)
cost for constructing a range is unacceptable.

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

Reply via email to