---
title: mutableRawView()
framework: coreai
role: symbol
role_heading: Instance Method
path: coreai/ndarray/mutablerawview()
---

# mutableRawView()

Returns a mutable, raw view of this array’s storage.

## Declaration

```swift
mutating func mutableRawView() -> NDArray.MutableRawView
```

## Return Value

Return Value A mutable raw view of the array’s underlying bytes.

## See Also

### Accessing elements

- [view(as:)](coreai/ndarray/view(as:).md)
- [mutableView(as:)](coreai/ndarray/mutableview(as:).md)
- [rawView()](coreai/ndarray/rawview().md)
