pub type RangeSetAlloc<T> = RangeSet<T, Vec<T>>;
pub struct RangeSetAlloc<T> { /* private fields */ }