pub type StringMap<V> = AssocMap<String, V>;
A map from String to arbitrary values, backed by an association list.
String
pub struct StringMap<V> { /* private fields */ }