Trait ndarray::DataMut [] [src]

pub unsafe trait DataMut: Data { }

Array representation trait.

For an array with writable elements.

Internal trait, see Data.

Implementors