Module rustc_data_structures::bitvec
[−]
[src]
Unstable (
rustc_private
)Structs
BitMatrix |
[Unstable] A "bit matrix" is basically a square matrix of booleans
represented as one gigantic bitvector. In other words, it is as if
you have N bitvectors, each of length N. Note that |
BitVector |
[Unstable] A very simple BitVector type. |
BitVectorIter | [Unstable] |