Type Alias ValueLabelsRangesInner

Source
pub type ValueLabelsRangesInner = HashMap<ValueLabel, Vec<ValueLocRange>>;
Expand description

Map of ValueLabel to all the locations that it’s valid at.

Aliased Type§

pub struct ValueLabelsRangesInner { /* private fields */ }