[Issue 4492] Version of take() which takes from the back of a range

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 22 10:33:17 PDT 2010


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



--- Comment #6 from Jonathan M Davis <jmdavisProg at gmail.com> 2010-07-22 10:33:10 PDT ---
Well, if it doesn't work, it doesn't work. It at least looks like it should
work, but I haven't gone into the guts of exactly what would be required for it
to work. And with pretty much the only ranges I've used thus far coming from
arrays or std.algorithm or std.range functions which have processed arrays, I'm
not particularly familiar with the restrictions of a given function and the
range types that it'll take (though presumably that will change as we get more
containers), so obviously I need to study up on those more. takeBack() would be
nice, but if it can't reasonably be done, then them's the breaks.

-- 
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