Commits

Kevin Ballard committed dee1c7a05c3
[Stdlib] Add notes to lazy collection doc comments about complexity Many lazy collections don't offer O(1) performance for `startIndex`, `first`, or any method that depends on `startIndex`. `LazyFilterCollection` already had a note to this effect (which I tweaked a bit), but `FlattenCollection` didn't. Related to SR-425.