var searchIndex = {}; searchIndex["bidir_map"] = {"doc":"Bidirectional maps for Rust.","items":[[3,"BidirMap","bidir_map","A bidirectional map.",null,null],[3,"Iter","","",null,null],[3,"IterMut","","",null,null],[3,"FirstColumn","","",null,null],[3,"SecondColumn","","",null,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"hash","","",0,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"new","","Create a new empty instance of `BidirMap`",0,{"inputs":[],"output":{"name":"self"}}],[11,"clear","","Clears the map, removing all entries.",0,null],[11,"insert","","Inserts a K/V-K/V pair into the map.",0,null],[11,"iter","","Gets an iterator over the entries of the map.",0,null],[11,"iter_mut","","Gets a mutable iterator over the entries of the map.",0,null],[11,"first_col","","Gets an iterator over the first K/V of the map.",0,null],[11,"second_col","","Gets an iterator over the second K/V of the map.",0,null],[11,"len","","Returns the number of elements in the map.",0,null],[11,"is_empty","","Returns true if the map contains no elements.",0,null],[11,"get_by_first","","Returns a reference to the first K/V corresponding to the second K/V.",0,null],[11,"get_by_second","","Returns a reference to the first K/V corresponding to the second K/V.",0,null],[11,"contains_first_key","","Check if the map contains the first K/V",0,null],[11,"contains_second_key","","Check if the map contains the second K/V",0,null],[11,"get_mut_by_first","","Returns a mutable reference to the second K/V corresponding to the first K/V.",0,null],[11,"get_mut_by_second","","Returns a mutable reference to the first K/V corresponding to the second K/V.",0,null],[11,"remove_by_first","","Removes the pair corresponding to the first K/V from the map, returning it if the key was previously in the map.",0,null],[11,"remove_by_second","","Removes the pair corresponding to the first K/V from the map, returning it if the key was previously in the map.",0,null],[11,"into_iter","","",0,null],[11,"from_iter","","",0,{"inputs":[{"name":"t"}],"output":{"name":"self"}}],[11,"extend","","",0,null],[11,"next","","",1,null],[11,"next","","",2,null],[11,"next","","",3,null],[11,"next","","",4,null]],"paths":[[3,"BidirMap"],[3,"Iter"],[3,"IterMut"],[3,"FirstColumn"],[3,"SecondColumn"]]}; initSearch(searchIndex);