pub type Dictionary<T = String> = HashMap<String, Box<T>>;
A simplistic wrapper for the HashMap Assigns a (string) -> (Box) where T defaults to a String