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 c5c3446 + 2c43038 commit 5c29bd2Copy full SHA for 5c29bd2
stdlib/public/Cxx/CxxSequence.swift
@@ -66,6 +66,7 @@ extension Optional: UnsafeCxxInputIterator where Wrapped: UnsafeCxxInputIterator
66
public protocol CxxSequence: Sequence {
67
associatedtype RawIterator: UnsafeCxxInputIterator
68
associatedtype Element = RawIterator.Pointee
69
+ associatedtype Iterator = CxxIterator<Self>
70
71
// `begin()` and `end()` have to be mutating, otherwise calling
72
// `self.sequence.begin()` will copy `self.sequence` into a temporary value,
0 commit comments