Trait ndarray::DataMut

source ·
pub unsafe trait DataMut: Data { }
Expand description

Array representation trait.

For an array with writable elements.

Internal trait, see Data.

Implementors§