tinymist_vfs

Type Alias ImmutDict

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

Immutable prehashed reference to dictionary.

Aliased Typeยง

struct ImmutDict { /* private fields */ }