pub type ViewportIdMap<T> = IntMap<ViewportId, T>;Expand description
A fast hash map from ViewportId to T.
Aliased Typeยง
pub struct ViewportIdMap<T> { /* private fields */ }pub type ViewportIdMap<T> = IntMap<ViewportId, T>;A fast hash map from ViewportId to T.
pub struct ViewportIdMap<T> { /* private fields */ }