Skip to main content

IdentifierMap

Type Alias IdentifierMap 

Source
pub type IdentifierMap<T> = HashMap<Identifier, T>;
Expand description

A map from Identifiers to values of type T.

Aliased Typeยง

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