pub type HistUsize = HistogramInt<usize>;
👎Deprecated since 0.2.0: Use GenericHist of BinningUSIZE instead
Expand description
§Histogram for binning usize
- alias for HistogramInt<usize>
- you should use HistUsizeFast or GenericHist of FastBinningUSIZE instead, if your bin width is 1
- Otherwise use GenericHist of BinningUSIZE instead (see Binning::to_generic_hist)
- This type still works fine, but is slower than the alternative.
- This type alias might be removed in future releases
Aliased Type§
struct HistUsize { /* private fields */ }