[−][src]Module rustc_data_structures::bitvec
🔬 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
| BitArray |
[ Experimental ] A very simple BitArray type. |
| BitIter |
[ Experimental ]
|
| 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 resizable BitVector type. |
| Intersect |
[ Experimental ]
|
| SparseBitMatrix |
[ Experimental ] A moderately sparse bit matrix, in which rows are instantiated lazily. |
| Subtract |
[ Experimental ]
|
| Union |
[ Experimental ]
|
Constants
| WORD_BITS |
[ Experimental ]
|
| WORD_BYTES |
[ Experimental ]
|
Traits
| BitwiseOperator |
[ Experimental ]
|
Functions
| bits_to_string |
[ Experimental ]
|
| bitwise |
[ Experimental ]
|
| num_words |
[ Experimental ]
|
| word_mask |
[ Experimental ]
|
Type Definitions
| Word |
[ Experimental ]
|
Existentials
|
[ Experimental ]
|
|
|
[ Experimental ]
|