Trait ndarray::RawDataMut[][src]

pub unsafe trait RawDataMut: RawData { }
Expand description

Array representation trait.

For an array with writable elements.

Internal trait, see RawData.

Implementors