var searchIndex = {}; searchIndex["bigwise"] = {"doc":"Bitwise operations on fixed-size, arbitrary big buffer of bytes.","items":[[0,"bigwise","bigwise","",null,null],[3,"BitsIter","bigwise::bigwise","An iterator over the bits.",null,null],[3,"Bw64","","A `Bigwise` type composed of 64 bits.",null,null],[3,"BwPair","","Combines two `Bigwise` to form a bigger one.",null,null],[6,"Bw128","","A `Bigwise` type composed of 128 bits.",null,null],[6,"Bw256","","A `Bigwise` type composed of 256 bits.",null,null],[6,"Bw512","","A `Bigwise` type composed of 512 bits.",null,null],[6,"Bw1k","","A `Bigwise` type composed of 1024 bits.",null,null],[6,"Bw2k","","A `Bigwise` type composed of 2.048 bits.",null,null],[6,"Bw4k","","A `Bigwise` type composed of 4.096 bits.",null,null],[6,"Bw8k","","A `Bigwise` type composed of 8.192 bits.",null,null],[6,"Bw16k","","A `Bigwise` type composed of 16.384 bits.",null,null],[6,"Bw32k","","A `Bigwise` type composed of 32.768 bits.",null,null],[6,"Bw64k","","A `Bigwise` type composed of 65.536 bits.",null,null],[6,"Bw128k","","A `Bigwise` type composed of 131.072 bits.",null,null],[6,"Bw256k","","A `Bigwise` type composed of 262.144 bits.",null,null],[6,"Bw512k","","A `Bigwise` type composed of 524.288 bits.",null,null],[6,"Bw1M","","A `Bigwise` type composed of 1.048.576 bits.",null,null],[8,"Bigwise","","A type that supports bitwise operations.",null,null],[10,"size","","Number of bits stored.",0,{"inputs":[],"output":{"name":"u32"}}],[10,"empty","","A value with all bits set to 0.",0,{"inputs":[],"output":{"name":"self"}}],[10,"full","","A value with all bits set to 1.",0,{"inputs":[],"output":{"name":"self"}}],[10,"from_bytes","","Creates a value based on raw data.",0,null],[10,"to_bytes","","The content of the value as raw bytes.",0,null],[10,"get","","The boolean value of the given bit.",0,null],[10,"set","","Assigns a boolean value to a given bit.",0,null],[10,"iter","","An iterator over the bits.",0,null],[10,"shift_left","","Shifts all the bits `n` positions to the left.",0,null],[10,"shift_right","","Shifts all the bits `n` positions to the right.",0,null],[10,"or","","Bitwise OR operation",0,null],[10,"and","","Bitwise AND operation",0,null],[10,"xor","","Bitwise XOR operation",0,null],[10,"not","","Bitwise NOT operation",0,null],[10,"rotate_left","","Rotates all the bits `n` positions to the left.",0,null],[10,"rotate_right","","Rotates all the bits `n` positions to the right.",0,null],[11,"next","","",1,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"clone","","",2,null],[11,"size","","",2,{"inputs":[],"output":{"name":"u32"}}],[11,"empty","","",2,{"inputs":[],"output":{"name":"self"}}],[11,"full","","",2,{"inputs":[],"output":{"name":"self"}}],[11,"from_bytes","","",2,null],[11,"to_bytes","","",2,null],[11,"get","","",2,null],[11,"set","","",2,null],[11,"iter","","",2,null],[11,"shift_left","","",2,null],[11,"shift_right","","",2,null],[11,"or","","",2,null],[11,"and","","",2,null],[11,"xor","","",2,null],[11,"not","","",2,null],[11,"rotate_left","","",2,null],[11,"rotate_right","","",2,null],[11,"rand","","",2,{"inputs":[{"name":"r"}],"output":{"name":"self"}}],[11,"fmt","","",2,null],[11,"eq","","",3,null],[11,"ne","","",3,null],[11,"clone","","",3,null],[11,"size","","",3,{"inputs":[],"output":{"name":"u32"}}],[11,"empty","","",3,{"inputs":[],"output":{"name":"self"}}],[11,"full","","",3,{"inputs":[],"output":{"name":"self"}}],[11,"from_bytes","","",3,null],[11,"to_bytes","","",3,null],[11,"get","","",3,null],[11,"set","","",3,null],[11,"iter","","",3,null],[11,"shift_left","","",3,null],[11,"shift_right","","",3,null],[11,"or","","",3,null],[11,"and","","",3,null],[11,"xor","","",3,null],[11,"not","","",3,null],[11,"rotate_left","","",3,null],[11,"rotate_right","","",3,null],[11,"rand","","",3,{"inputs":[{"name":"r"}],"output":{"name":"self"}}],[11,"fmt","","",3,null]],"paths":[[8,"Bigwise"],[3,"BitsIter"],[3,"Bw64"],[3,"BwPair"]]}; initSearch(searchIndex);