http://d.puremagic.com/issues/show_bug.cgi?id=4492
Andrei Alexandrescu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Andrei Alexandrescu <[email protected]> 2010-07-22 15:07:02 PDT --- It looks like we're already in good shape to meet such a need. If popping elements from the tail is needed, take(retro(range), n) should do. If getting the last n elements from a range in the same order is needed, range[range.length - n .. range.length] should do. I'll keep this open for a bit more if something new shows up. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
