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