lib

Type Alias ArcMap

Source
pub type ArcMap<T> = Arc<HashMap<u64, T>>;
Expand description

An thread-safe reference-counted allocation of a hashmap.

Aliased Typeยง

struct ArcMap<T> { /* private fields */ }