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 viewisContiguousrankshapestridesWriting datacopyElements(from:)copyElements(fromContentsOf:)Accessing memorywithUnsafeMutablePointer(_:)Converting to immutableviewInstance PropertiescontiguousElementsinterleaveLayoutmutableRawViewInstance MethodsmutatingSlice(at:)mutatingSlice(at:)slice(at:)slice(at:) See AlsoAccessing viewsNDArray.ViewNDArray.RawViewNDArray.MutableRawView