Function scrypto::prelude::index_set_new

pub fn index_set_new<K>() -> IndexSet<K>
Expand description

This is safe for std and no-std use cases (unlike IndexSet::new which disappears when std is not in the toolchain - see this article for deep technical reasons)