[][src]Module fmlrc::indexed_bit_vec

Contains bit vector with basic rank support; other crates exist with this, but they tended to be slow for some reason

Structs

IndexedBitVec

Represents a bit vector with an very fast index on top of it. For a vector of length N, the index takes up O(N) bits.