pub type NdGrayMut<'a, A = u8> = ArrayViewMut<'a, A, Ix2>;
pub struct NdGrayMut<'a, A = u8> { /* private fields */ }