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 rows bitvectors, each of length columns.

BitVector [
Experimental
]

A very simple BitVector type.

BitVectorIter [
Experimental
]
SparseBitMatrix [
Experimental
]

A moderately sparse bit matrix: rows are appended lazily, but columns within appended rows are instantiated fully upon creation.

Constants

WORD_BITS [
Experimental
]

Functions

word_mask [
Experimental
]
words [
Experimental
]

Type Definitions

Word [
Experimental
]

Existentials

[
Experimental
]
[
Experimental
]
[
Experimental
]