Instance Methodswift 6.0.3Swift

withContiguousStorageIfAvailable(_:)

func withContiguousStorageIfAvailable<R>(_ body: (UnsafeBufferPointer<Element>) throws -> R) rethrows -> R?