Type Alias Map

Source
pub type Map<T> = IndexMap<Ident, T>;
Expand description

An ordered map keyed by identifier

Aliased Typeยง

pub struct Map<T> { /* private fields */ }