IntervalSet: add comment about representation
This commit is contained in:
parent
a2410425b3
commit
11bd99de8c
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Reference in a new issue