Module rupta::util::bit_vec

source ·
Expand description

Our implemention of bit vector is modifed from rustc_index::bit_set, see https://doc.rust-lang.org/stable/nightly-rustc/src/rustc_index/bit_set.rs.html

Structs§

  • A growable bit-vector type with a dense representation.

Traits§

  • Represents some newtyped usize wrapper.