var searchIndex = {}; searchIndex["fixedbitset"] = {"doc":"","items":[[3,"FixedBitSet","fixedbitset","",null,null],[11,"hash","","",0,null],[11,"cmp","","",0,null],[11,"partial_cmp","","",0,null],[11,"lt","","",0,null],[11,"le","","",0,null],[11,"gt","","",0,null],[11,"ge","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"with_capacity","","Create a new **FixedBitSet** with a specific number of bits,\nall initially clear.",0,{"inputs":[{"name":"usize"}],"output":{"name":"self"}}],[11,"len","","Return the length of the **FixedBitSet**.",0,null],[11,"contains","","Return **true** if the bit is enabled in the **FixedBitSet**,\n**false** otherwise.",0,null],[11,"clear","","",0,null],[11,"insert","","**Panics** if **bit** is out of bounds.",0,null],[11,"set","","**Panics** if **bit** is out of bounds.",0,null],[11,"clone","","",0,null],[11,"index","","Return **true** if the bit is enabled in the bitset,\nor **false** otherwise.",0,null]],"paths":[[3,"FixedBitSet"]]}; initSearch(searchIndex);