pub type Dictionary<T = String> = HashMap<String, T>;
pub struct Dictionary<T = String> { /* private fields */ }