[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

@@ -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`.