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.
Iterator
CxxRandomAccessCollection
1 parent 6a07e0e commit da02016Copy full SHA for da02016
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