mentat/indexmap/sidebar-items.js
2018-08-22 17:04:13 +00:00

1 line
No EOL
396 B
JavaScript

initSidebarItems({"macro":[["indexmap","Create an `IndexMap` from a list of key-value pairs"],["indexset","Create an `IndexSet` from a list of values"]],"mod":[["map","`IndexMap` is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys."],["set","A hash set implemented using `IndexMap`"]],"trait":[["Equivalent","Key equivalence trait."]]});