Module rustc_data_structures::bitvec
[−]
[src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
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 ]
|