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