---
title: view
framework: coreai
role: symbol
role_heading: Instance Property
path: coreai/ndarray/mutableview/view
---

# view

An immutable view of this mutable view.

## Declaration

```swift
@export(implementation) var view: NDArray.View<Element> { get }
```
