pub type HistND<A, V = f64> = VecHistogram<AxesTuple<A>, V>;Expand description
Type alias for ND Histograms returned by ndhistogram.
Aliased Typeยง
pub struct HistND<A, V = f64> { /* private fields */ }pub type HistND<A, V = f64> = VecHistogram<AxesTuple<A>, V>;Type alias for ND Histograms returned by ndhistogram.
pub struct HistND<A, V = f64> { /* private fields */ }