Macro scrypto::prelude::indexset

macro_rules! indexset {
    () => { ... };
    ($($key:expr),+$(,)?) => { ... };
}