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 0591975 + dd2648b commit 6bb6427Copy full SHA for 6bb6427
stdlib/public/Cxx/UnsafeCxxIterators.swift
@@ -61,6 +61,8 @@ public protocol UnsafeCxxMutableInputIterator: UnsafeCxxInputIterator {
61
override var pointee: Pointee { get set }
62
}
63
64
+extension UnsafeMutablePointer: UnsafeCxxMutableInputIterator {}
65
+
66
/// Bridged C++ iterator that allows computing the distance between two of its
67
/// instances, and advancing an instance by a given number of elements.
68
///
0 commit comments