https://d.puremagic.com/issues/show_bug.cgi?id=12188
--- Comment #2 from [email protected] 2014-02-18 13:14:25 PST --- Hmm this sucks. It didn't occur to me that takeN on a bidirectional range doesn't return a bidirectional range. :-( In retrospect, it makes sense (takeN doesn't know the internals of the range, so it has no way to know what .back and .popBack should do when only the first N elements are desired). -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
