We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cde386 + da02016 commit e6d981eCopy full SHA for e6d981e
stdlib/public/Cxx/CxxRandomAccessCollection.swift
@@ -30,6 +30,7 @@ extension UnsafeMutablePointer: UnsafeCxxRandomAccessIterator {}
30
31
public protocol CxxRandomAccessCollection: CxxSequence, RandomAccessCollection {
32
override associatedtype RawIterator: UnsafeCxxRandomAccessIterator
33
+ override associatedtype Iterator = CxxIterator<Self>
34
override associatedtype Element = RawIterator.Pointee
35
override associatedtype Index = Int
36
override associatedtype Indices = Range<Int>
0 commit comments