var searchIndex = {}; searchIndex["map_split"] = {"doc":"","items":[[3,"HashMapA","map_split","A wrapper around a HashMap which provides access to the A portion of a `Splittable` value type",null,null],[3,"HashMapB","","A wrapper around a HashMap which provides access to the B portion of a `Splittable` value type",null,null],[5,"split","","Splits a `HashMap` into two disjoint hashmap references, able to access the split parts of the\nstored `Splittable` values independently.",null,null],[8,"Splittable","","A type which can be split into disjoint references. SplitType allows a type to be split multiple",null,null],[16,"A","","",0,null],[16,"B","","",0,null],[10,"split","","",0,null],[10,"split_mut","","",0,null],[11,"iter","","An iterator visiting all key-value pairs in arbitrary order. Iterator element type is\n`(&'b K, &'b V::A)`.",1,null],[11,"iter_mut","","An iterator visiting all key-value pairs in arbitrary order. Iterator element type is\n`(&'b K, &'b mut V::A)`.",1,null],[11,"capacity","","Returns the number of elements the map can hold without reallocating.",1,null],[11,"len","","Returns the number of elements in the map.",1,null],[11,"is_empty","","Returns true if the map contains no elements.",1,null],[11,"get","","Returns a reference to the value corresponding to the key.",1,null],[11,"get_mut","","Returns a mutable reference to the value corresponding to the key.",1,null],[11,"iter","","An iterator visiting all key-value pairs in arbitrary order. Iterator element type is\n`(&'b K, &'b V::B)`.",2,null],[11,"iter_mut","","An iterator visiting all key-value pairs in arbitrary order. Iterator element type is\n`(&'b K, &'b mut V::B)`.",2,null],[11,"capacity","","Returns the number of elements the map can hold without reallocating.",2,null],[11,"len","","Returns the number of elements in the map.",2,null],[11,"is_empty","","Returns true if the map contains no elements.",2,null],[11,"get","","Returns a reference to the value corresponding to the key.",2,null],[11,"get_mut","","Returns a mutable reference to the value corresponding to the key.",2,null]],"paths":[[8,"Splittable"],[3,"HashMapA"],[3,"HashMapB"]]}; initSearch(searchIndex);