Instance Methodswift 6.0.3Swift

withContiguousMutableStorageIfAvailable(_:)

mutating func withContiguousMutableStorageIfAvailable<R>(_ body: (inout UnsafeMutableBufferPointer<Element>) throws -> R) rethrows -> R?