type OrderMap = HashMap<LayerId, usize>;
Map containing the index of each layer in the order list, for quick lookups.
struct OrderMap { /* private fields */ }