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
9696Func UnsafeMutableRawBufferPointer.storeBytes(of:toByteOffset:as:) has been removed
9797Func UnsafeMutableRawPointer.storeBytes(of:toByteOffset:as:) has been removed
9898Func UnsafeMutableBufferPointer.assign(repeating:) has been removed
99+ Func UnsafeMutableBufferPointer.update(repeating:) is a new API without @available attribute
99100Func UnsafeMutablePointer.assign(from:count:) has been removed
101+ Func UnsafeMutablePointer.update(from:count:) is a new API without @available attribute
100102Func UnsafeMutablePointer.assign(repeating:count:) has been removed
103+ Func UnsafeMutablePointer.update(repeating:count:) is a new API without @available attribute
101104Func UnsafeMutablePointer.moveAssign(from:count:) has been removed
105+ Func UnsafeMutablePointer.moveUpdate(from:count:) is a new API without @available attribute
102106
103107// These haven't actually been removed; they were renamed at the source level while
104108// 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