IntervalSet: add comment about representation
This commit is contained in:
@@ -17,7 +17,7 @@ mod tests;
|
||||
/// first value of the following element.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct IntervalSet<I> {
|
||||
// Start, end
|
||||
// Start, end (both inclusive)
|
||||
map: SmallVec<[(u32, u32); 2]>,
|
||||
domain: usize,
|
||||
_data: PhantomData<I>,
|
||||
|
||||
Reference in New Issue
Block a user