Commits

Dave Abrahams committed e85a03663f8
[stdlib] String.UTF16View.Index speedups Even though it doesn't conform to RandomAccessIndexType without Foundation loaded, we can implement these internal operations to happen in O(1), which, e.g., should speed up count(s.utf16) among others. Swift SVN r24009