egui::id

Type Alias IdSet

Source
pub type IdSet = IntSet<Id>;
Expand description

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

Aliased Type§

struct IdSet { /* private fields */ }