pub type ImmutDict = Arc<LazyHash<Dict>>;
Immutable prehashed reference to dictionary.
pub struct ImmutDict { /* private fields */ }