[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

@@ -571,7 +571,7 @@ public struct _StringCore {
}
}
extension _StringCore : Collection {
extension _StringCore : RandomAccessCollection {
public // @testable
var startIndex: Int {
return 0