mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Updated stdlib to use @discardableResult and _ = .
This commit is contained in:
@@ -94,6 +94,7 @@ extension ${Self} : Sequence {
|
||||
return _base._copyToNativeArrayBuffer()
|
||||
}
|
||||
|
||||
@discardableResult
|
||||
public func _copyContents(
|
||||
initializing ptr: UnsafeMutablePointer<Base.Iterator.Element>
|
||||
) -> UnsafeMutablePointer<Base.Iterator.Element> {
|
||||
|
||||
Reference in New Issue
Block a user