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:
@@ -532,7 +532,7 @@ public func += <
|
||||
}
|
||||
}
|
||||
|
||||
extension _ContiguousArrayBuffer : Collection {
|
||||
extension _ContiguousArrayBuffer : RandomAccessCollection {
|
||||
/// The position of the first element in a non-empty collection.
|
||||
///
|
||||
/// In an empty collection, `startIndex == endIndex`.
|
||||
|
||||
Reference in New Issue
Block a user