Type Alias rerun::external::eframe::egui::IdMap

pub type IdMap<V> = HashMap<Id, V, BuildHasherDefault<NoHashHasher<Id>>>;
Expand description

IdMap<V> is a HashMap<Id, V> optimized by knowing that Id has good entropy, and doesn’t need more hashing.

Aliased Type§

struct IdMap<V> { /* private fields */ }