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