Commits

Nate Cook committed cd1bb19e2a0
[stdlib] New indexing model: Fix LazyFilterCollection index moving (#2070) * Fix LazyFilterCollection index moving The index moving methods weren't functioning correctly. They didn't trap on advancing past endIndex and in some cases did not terminate at all.