1 2 3 4 5
use light_bitmap::{bucket_count, BitMap}; const BITMAP: BitMap<9, { bucket_count(8) }> = BitMap::const_empty(); fn main() {}