Type Alias egui::memory::OrderMap

source ·
type OrderMap = HashMap<LayerId, usize>;
Expand description

Map containing the index of each layer in the order list, for quick lookups.

Aliased Type§

struct OrderMap { /* private fields */ }