Skip to main content

SparseTable9d

Type Alias SparseTable9d 

Source
pub type SparseTable9d<T, S = RandomState> = SparseTableNd<T, 9, S>;
Expand description

A sparse 9-dimensional table.

Aliased Typeยง

pub struct SparseTable9d<T, S = RandomState> { /* private fields */ }