[][src]Type Definition lib::ArcMap

type ArcMap<T> = Arc<HashMap<u64, T>>;

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