Type Definition tract_hir::prelude::tract_ndarray::ArrayViewMut1   [−][src]
pub type ArrayViewMut1<'a, A> = ArrayBase<ViewRepr<&'a mut A>, Dim<[usize; 1]>>;Expand description
one-dimensional read-write array view