cl_structures::index_map

Macro make_index

Source
macro_rules! make_index {
    ($($(#[$meta:meta])* $name:ident),*$(,)?) => { ... };
}
Expand description

Creates newtype indices over usize for use as IndexMap keys.

Generated key types implement Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, and MapIndex.