mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #67536 from apple/egorzhdan/unsafe-cxx-mutable-input-iterator
[cxx-interop] Add `UnsafeCxxMutableInputIterator` protocol
This commit is contained in:
@@ -116,6 +116,7 @@ PROTOCOL(CxxRandomAccessCollection)
|
||||
PROTOCOL(CxxSequence)
|
||||
PROTOCOL(CxxUniqueSet)
|
||||
PROTOCOL(UnsafeCxxInputIterator)
|
||||
PROTOCOL(UnsafeCxxMutableInputIterator)
|
||||
PROTOCOL(UnsafeCxxRandomAccessIterator)
|
||||
|
||||
PROTOCOL(AsyncSequence)
|
||||
|
||||
Reference in New Issue
Block a user