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

1 line
No EOL
680 B
JavaScript

initSidebarItems({"enum":[["Entry","Entry for an existing key-value pair or a vacant location to insert one."]],"macro":[["ordermap","Create an `OrderMap` from a list of key-value pairs"],["orderset","Create an `OrderSet` from a list of values"]],"mod":[["set","A hash set implemented using `OrderMap`"]],"struct":[["Drain",""],["IntoIter",""],["Iter",""],["IterMut",""],["Keys",""],["OccupiedEntry",""],["OrderMap","A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys."],["VacantEntry",""],["Values",""],["ValuesMut",""]],"trait":[["Equivalent","Key equivalence trait."],["MutableKeys","Opt-in mutable access to keys."]]});