pub type NameMap = IndexMap<String>;
A map from indices to names.
struct NameMap { /* private fields */ }