var searchIndex = {}; searchIndex["hamt"] = {"doc":"","items":[[0,"rc","hamt","",null,null],[3,"HamtRc","hamt::rc","A persistent hash array mapped trie implementation using reference counting.",null,null],[3,"Iter","","A key value iterator that iterates in an unspecified order.",null,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"eq","","",0,null],[11,"next","","",1,null],[11,"size_hint","","",1,null],[11,"from_iter","","",0,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"from_iter","","",0,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"new","","Creates an empty map.",0,{"inputs":[],"output":{"name":"self"}}],[11,"len","","Returns how many key value pairs are in the map.",0,null],[11,"is_empty","","Returns true if there are no key value pairs in the map, false otherwise.",0,null],[11,"iter","","Returns a key value iterator.",0,null],[11,"get","","Returns a reference to the value corresponding to the given key, or None if there\nis no value associated with the key.",0,null],[11,"contains_key","","Returns true if the map contains the given key.",0,null],[11,"insert","","Returns a new map that includes the given key value pair, replacing the old value\nif the key was already in the map.",0,null],[11,"remove","","Returns a new map without an entry corresponding to the given key.",0,null],[0,"arc","hamt","",null,null],[3,"HamtArc","hamt::arc","A persistent hash array mapped trie implementation using reference counting.",null,null],[3,"Iter","","A key value iterator that iterates in an unspecified order.",null,null],[11,"fmt","","",2,null],[11,"clone","","",2,null],[11,"eq","","",2,null],[11,"next","","",3,null],[11,"size_hint","","",3,null],[11,"from_iter","","",2,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"from_iter","","",2,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"new","","Creates an empty map.",2,{"inputs":[],"output":{"name":"self"}}],[11,"len","","Returns how many key value pairs are in the map.",2,null],[11,"is_empty","","Returns true if there are no key value pairs in the map, false otherwise.",2,null],[11,"iter","","Returns a key value iterator.",2,null],[11,"get","","Returns a reference to the value corresponding to the given key, or None if there\nis no value associated with the key.",2,null],[11,"contains_key","","Returns true if the map contains the given key.",2,null],[11,"insert","","Returns a new map that includes the given key value pair, replacing the old value\nif the key was already in the map.",2,null],[11,"remove","","Returns a new map without an entry corresponding to the given key.",2,null]],"paths":[[3,"HamtRc"],[3,"Iter"],[3,"HamtArc"],[3,"Iter"]]}; initSearch(searchIndex);