Commits

Dave Abrahams committed 9d07acd368c
[stdlib] SequenceType's _initializeTo should return the end position Otherwise, the length of the sequence is in principle lost. If you know you have a sequence of less than 100 elements, you still want to know exactly how many elements you initialized from it. Swift SVN r30104