var searchIndex = {}; searchIndex["multibloom"] = {"doc":"","items":[[3,"BloomFilter","multibloom","",null,null],[11,"fmt","","",0,null],[11,"new","","Constructs a new `BloomFilter`",0,{"inputs":[{"name":"usize"},{"name":"usize"}],"output":{"name":"bloomfilter"}}],[11,"new_with_params","","Constructs a new `BloomFilter` using desired error rate and number of items",0,{"inputs":[{"name":"usize"},{"name":"f32"}],"output":{"name":"bloomfilter"}}],[11,"add","","Add a Hashable type to the bloom filter.",0,null],[11,"query","","Query the bloom filter for some Hashable value.",0,null],[11,"get_bits_set","","Returns the number of bits set in the bloom filter.",0,null],[11,"clear","","Clears the bloom filter of all values.",0,null]],"paths":[[3,"BloomFilter"]]}; initSearch(searchIndex);