Commits

Dave Abrahams committed 9550c029561
[stdlib] String.UTF16View.Index is bidirectional Rather than expose random access on String.UTF16View to all Swift users, expose it only when Foundation is loaded. This effectively decouples String from a UTF16 representation on non-Mac platforms. Swift SVN r23929