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