Module rustc_data_structures::bitvec [−][src]
Structs
| BitArray | A very simple BitArray type. | 
| BitIter | |
| 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 | |
| SparseBitMatrix | A moderately sparse bit matrix, in which rows are instantiated lazily. |