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