pub type IntervalSet = Set<Interval, u32>;
pub struct IntervalSet { pub bits: u32, /* private fields */ }
bits: u32