pub type HistIsize = HistogramInt<isize>;👎Deprecated since 0.2.0: Use GenericHist of BinningISIZE instead
Expand description
§Histogram for binning isize - alias for HistogramInt<isize>
- you should use HistIsizeFast or GenericHist of FastBinningISIZE instead, if your bin width is 1
 - Otherwise use GenericHist of BinningISIZE 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 HistIsize { /* private fields */ }