withContiguousMutableStorageIfAvailable(_:)

Declaration

func withContiguousMutableStorageIfAvailable<R, Element>(_ body: (inout UnsafeMutableBufferPointer<Element>) throws -> R) rethrows -> R? where Base == UnsafeMutableBufferPointer<Element>