Merge pull request #67536 from apple/egorzhdan/unsafe-cxx-mutable-input-iterator

[cxx-interop] Add `UnsafeCxxMutableInputIterator` protocol
This commit is contained in:
Egor Zhdan
2023-07-26 22:15:57 +01:00
committed by GitHub
7 changed files with 84 additions and 3 deletions

View File

@@ -116,6 +116,7 @@ PROTOCOL(CxxRandomAccessCollection)
PROTOCOL(CxxSequence)
PROTOCOL(CxxUniqueSet)
PROTOCOL(UnsafeCxxInputIterator)
PROTOCOL(UnsafeCxxMutableInputIterator)
PROTOCOL(UnsafeCxxRandomAccessIterator)
PROTOCOL(AsyncSequence)