insert(_:for:)
Insert the mutable view to be used as the ndArray value named name.
Declaration
mutating func insert<Element>(_ mutableView: consuming NDArray.MutableView<Element>, for name: String) where Element : BitwiseCopyableParameters
- mutableView:
A mutable view of the ndArray to be used as the value.
- name:
The name of the value that this view should be used for.