Macro index_vec::index_vec[][src]

macro_rules! index_vec {
    ($($tokens : tt) *) => { ... };
}
Expand description

A macro equivalent to the stdlib’s vec![], but producing an IndexVec.