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.
1 parent 4ff7332 commit dc904d1Copy full SHA for dc904d1
stdlib/public/core/UnsafeBufferPointer.swift.gyb
@@ -185,7 +185,6 @@ public struct Unsafe${Mutable}BufferPointer<Element>
185
///
186
/// - Returns: an iterator over any remaining elements of `self` and the
187
/// number of elements initialized.
188
- @inline(__always)
189
public func _copyContents(
190
initializing destination: UnsafeMutableBufferPointer<Element>
191
) -> (Iterator, UnsafeMutableBufferPointer<Element>.Index) {
0 commit comments