mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[stdlib] More RandomAccessCollection conformances
I missed a few the first time around.
This commit is contained in:
@@ -571,7 +571,7 @@ public struct _StringCore {
|
||||
}
|
||||
}
|
||||
|
||||
extension _StringCore : Collection {
|
||||
extension _StringCore : RandomAccessCollection {
|
||||
public // @testable
|
||||
var startIndex: Int {
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user