pub fn new<K, V>() -> IndexMap<K, V>
Expand description

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