Type Alias go_vm::parser::Map

source ·
pub type Map<K, V> = HashMap<K, V, RandomState>;

Aliased Type§

struct Map<K, V> { /* private fields */ }