[stdlib] More RandomAccessCollection conformances

I missed a few the first time around.
This commit is contained in:
Dave Abrahams
2016-05-01 18:37:45 -07:00
parent 5fb95180b5
commit 2ea3db0443
5 changed files with 5 additions and 5 deletions

View File

@@ -238,7 +238,7 @@ extension UnicodeScalar {
}
}
extension UnicodeScalar.UTF16View : Collection {
extension UnicodeScalar.UTF16View : RandomAccessCollection {
/// The position of the first code unit.
var startIndex: Int {
return 0