Macro cl_structures::index_map::make_index

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

Creates newtype indices over usize for use as IndexMap keys.