1 2 3 4 5 6 7
//! # Prelude //! In order to use `bit::BitSliceCast` for `types::BitVec`, consider including this piece of code. //! ```no_run //! use dem::prelude:* //! ``` #[allow(unused)] pub use crate::bit::BitSliceCast;