ImmutDict

Type Alias ImmutDict 

Source
pub type ImmutDict = Arc<LazyHash<Dict>>;
Expand description

Immutable prehashed reference to dictionary.

Aliased Typeยง

pub struct ImmutDict { /* private fields */ }