Type Alias egui::viewport::ViewportIdMap
source · pub type ViewportIdMap<T> = IntMap<ViewportId, T>;Expand description
A fast hash map from ViewportId to T.
Aliased Type§
struct ViewportIdMap<T> { /* private fields */ }