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