pub type Array5<T> = ArrayBase<HostBackend, HostStorage<T>, Dim5>;
pub struct Array5<T> { /* private fields */ }