pub type ValueMap = HashMap<PositionedItem<String>, Rc<Val>>;
Defines a set of values in a parsed file.
pub struct ValueMap { /* private fields */ }