pub type Map<K = Val, V = K> = IndexMap<K, V, RandomState>;
Order-preserving map
pub struct Map<K = Val, V = K> { /* private fields */ }