File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,13 @@ Func UnsafePointer.withMemoryRebound(to:capacity:_:) has been removed
96
96
Func UnsafeMutableRawBufferPointer.storeBytes(of:toByteOffset:as:) has been removed
97
97
Func UnsafeMutableRawPointer.storeBytes(of:toByteOffset:as:) has been removed
98
98
Func UnsafeMutableBufferPointer.assign(repeating:) has been removed
99
+ Func UnsafeMutableBufferPointer.update(repeating:) is a new API without @available attribute
99
100
Func UnsafeMutablePointer.assign(from:count:) has been removed
101
+ Func UnsafeMutablePointer.update(from:count:) is a new API without @available attribute
100
102
Func UnsafeMutablePointer.assign(repeating:count:) has been removed
103
+ Func UnsafeMutablePointer.update(repeating:count:) is a new API without @available attribute
101
104
Func UnsafeMutablePointer.moveAssign(from:count:) has been removed
105
+ Func UnsafeMutablePointer.moveUpdate(from:count:) is a new API without @available attribute
102
106
103
107
// These haven't actually been removed; they were renamed at the source level while
104
108
// retaining their old mangled name. The source break was accepted as part of se-0370.
You can’t perform that action at this time.
0 commit comments