egui

Module id

source

Structs§

  • egui tracks widgets frame-to-frame using Ids.

Type Aliases§

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