pub type RangeSet2<T> = RangeSet<[T; 2]>;
A range set that stores up to 2 boundaries inline
pub struct RangeSet2<T>(/* private fields */);