Expand description
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.
!