Commits

Dave Abrahams committed ea8c410509f
[stdlib] Use new lazy collections in implementations They pass various operations through to the base collection (e.g. LazyMapCollection's .count) and thereby avoid taking the potentially-slower path through the default implementation. Swift SVN r30554