//! Contains efficient containers of booleans: [`Bitmap`] and [`MutableBitmap`].
//! The memory backing these containers is cache-aligned and optimized for both vertical
//! and horizontal operations over booleans.
modimmutable;pubuseimmutable::*;modmutable;pubusemutable::MutableBitmap;modbitmap_ops;pubusebitmap_ops::*;pubmodutils;