pub type ByteRanges = RangeSet2<u64>;
A set of byte ranges
pub struct ByteRanges(/* private fields */);