Module rustc_data_structures::bitvec
[−]
[src]
🔬 This is a nightly-only experimental API. (
rustc_private)Structs
| BitMatrix |
[ Experimental ] A "bit matrix" is basically a matrix of booleans represented as
one gigantic bitvector. In other words, it is as if you have
|
| BitVector |
[ Experimental ] A very simple BitVector type. |
| BitVectorIter |
[ Experimental ]
|