Commits

Dave Abrahams committed bccf396bd3c
[stdlib] Lazy filter: expose critical base properties + API tweaks The lazy components, in particular generators and indices, need to offer access to their base values so they can be mapped back into the underlying sequences and collections. Along the way, give some love to: * documentation comments * argument labels for predicates * not storing unneeded properties * public constructors where appropriate Swift SVN r30460