Trait ndarray::DataMut [−][src]
pub unsafe trait DataMut: Data { }
Expand description
Array representation trait.
For an array with writable elements.
Internal trait, see Data
.
pub unsafe trait DataMut: Data { }
Array representation trait.
For an array with writable elements.
Internal trait, see Data
.