Type Alias go_engine::ffi::Map

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

Aliased Type§

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