---
title: "withContiguousMutableStorageIfAvailable(_:)"
framework: tabulardata
role: symbol
role_heading: Instance Method
path: "tabulardata/column/withcontiguousmutablestorageifavailable(_:)-77itz"
---

# withContiguousMutableStorageIfAvailable(_:)

This method always returns nil without calling body.

## Declaration

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

## Discussion

Discussion Use the version of this method that uses a buffer of non-optional elements.
