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