Module bitvec::vec [−][src]
BitVec
structure
This module holds the main working type of the library. Clients can use
BitSlice
directly, but BitVec
is much more useful for most work.
The BitSlice
module discusses the design decisions for the separation between
slice and vector types.
Structs
BitVec | A compact |
Drain | State keeper for draining iteration. |
IntoIter | A consuming iterator for |
Splice | A splicing iterator for |