Skip to main content

Table7d

Type Alias Table7d 

Source
pub type Table7d<T> = TableNd<T, 7>;
Expand description

A dense 7-dimensional table.

Aliased Typeยง

pub struct Table7d<T> { /* private fields */ }