NDArray.MutableView A mutable view over the storage of a tensor. Declarationstruct MutableView<Element> where Element : BitwiseCopyable Mentioned inIntegrating on-device AI models in your app with Core AI TopicsCreating a mutable viewinit(mutableSpan:shape:strides:)Inspecting the viewisContiguousrankshapestridesinterleaveLayoutAccessing elementscontiguousElementssubscript(scalarAt:)Writing datacopyElements(from:)copyElements(fromContentsOf:)Accessing memorywithUnsafeMutablePointer(_:)Slicing the viewslice(at:)slice(at:)mutatingSlice(at:)mutatingSlice(at:)Converting to other viewsviewmutableRawView See AlsoAccessing viewsNDArray.ViewNDArray.RawViewNDArray.MutableRawView