pub type Table7d<T> = TableNd<T, 7>;
A dense 7-dimensional table.
pub struct Table7d<T> { /* private fields */ }