pub type Map<T> = IndexMap<Ident, T>;
An ordered map keyed by identifier
pub struct Map<T> { /* private fields */ }