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 {
387
387
return try base. partition ( by: belongsInSecondPartition)
388
388
}
389
389
390
+ @available ( * , deprecated, renamed: " withContiguousMutableStorageIfAvailable " )
390
391
public mutating func _withUnsafeMutableBufferPointerIfSupported< R> (
391
392
_ body: ( inout UnsafeMutableBufferPointer < Element > ) throws -> R
392
393
) rethrows -> R ? {
@@ -601,6 +602,7 @@ extension BufferAccessLoggingMutableCollection: MutableCollection {
601
602
return base. distance ( from: start, to: end)
602
603
}
603
604
605
+ @available ( * , deprecated, renamed: " withContiguousMutableStorageIfAvailable " )
604
606
public mutating func _withUnsafeMutableBufferPointerIfSupported< R> (
605
607
_ body: ( inout UnsafeMutableBufferPointer < Element > ) throws -> R
606
608
) rethrows -> R ? {
You can’t perform that action at this time.
0 commit comments