File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
stdlib/private/StdlibCollectionUnittest Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -387,6 +387,7 @@ extension LoggingMutableCollection: MutableCollection {
387387 return try base. partition ( by: belongsInSecondPartition)
388388 }
389389
390+ @available ( * , deprecated, renamed: " withContiguousMutableStorageIfAvailable " )
390391 public mutating func _withUnsafeMutableBufferPointerIfSupported< R> (
391392 _ body: ( inout UnsafeMutableBufferPointer < Element > ) throws -> R
392393 ) rethrows -> R ? {
@@ -601,6 +602,7 @@ extension BufferAccessLoggingMutableCollection: MutableCollection {
601602 return base. distance ( from: start, to: end)
602603 }
603604
605+ @available ( * , deprecated, renamed: " withContiguousMutableStorageIfAvailable " )
604606 public mutating func _withUnsafeMutableBufferPointerIfSupported< R> (
605607 _ body: ( inout UnsafeMutableBufferPointer < Element > ) throws -> R
606608 ) rethrows -> R ? {
You can’t perform that action at this time.
0 commit comments