phobos/std/range
Peter Alexander 8bb453a983 Fix Issue 5036 - Remove caching from Sequence
This appears to be the last caching range in Phobos.

This is a potentially breaking change: we lose the ability to moveFront, and obviously there may be performance implications if the function is expensive and users are calling front more than once. I think this is still a worthwhile change since it is better to have a uniform policy of no caching on ranges rather than arbitrary selection of ranges that do caching.

https://issues.dlang.org/show_bug.cgi?id=5036
2015-01-02 10:40:25 +00:00
..
interfaces.d Update std.range.* docs. 2014-12-01 20:47:30 -08:00
package.d Fix Issue 5036 - Remove caching from Sequence 2015-01-02 10:40:25 +00:00
primitives.d Merge pull request #2771 from quickfur/issue13766 2014-12-06 21:37:03 +01:00