Module rustc_data_structures::bitvec [−][src]
Structs
| BitMatrix | A "bit matrix" is basically a matrix of booleans represented as
one gigantic bitvector. In other words, it is as if you have
 | 
| BitVector | A very simple BitVector type. | 
| BitVectorIter | |
| SparseBitMatrix | |
| SparseBitSet | |
| SparseChunk |