Type Definition sampling::heatmap::HeatmapU

source · []
pub type HeatmapU<HistWidth, HistHeight> = HeatmapUsize<HistWidth, HistHeight>;
Expand description

Shorthand for HeatmapUsize

Trait Implementations

Converts to this type from the input type.