added very important clarification on non-overlapping map+set
This commit is contained in:
@@ -31,7 +31,7 @@ use serde::{Deserialize, Serialize};
|
||||
use crate::bound_ord::BoundOrd;
|
||||
use crate::TryFromBounds;
|
||||
|
||||
/// An ordered map of [`RangeBounds`] based on [`BTreeMap`].
|
||||
/// An ordered map of non-overlapping [`RangeBounds`] based on [`BTreeMap`].
|
||||
///
|
||||
/// `I` is the generic type parameter for the [`Ord`] type the `K` type
|
||||
/// is [`RangeBounds`] over.
|
||||
|
||||
@@ -28,7 +28,7 @@ use crate::{
|
||||
TryFromBoundsError,
|
||||
};
|
||||
|
||||
/// An ordered set of [`RangeBounds`] based on [`RangeBoundsMap`].
|
||||
/// An ordered set of non-overlapping [`RangeBounds`] based on [`RangeBoundsMap`].
|
||||
///
|
||||
/// `I` is the generic type parameter for the [`Ord`] type the `K`
|
||||
/// type is [`RangeBounds`] over.
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
# refactor
|
||||
|
||||
- try and fix all the uses of cloned() in the library
|
||||
- replace MultiBounds::\* with mee() and mii()
|
||||
- try to fix all the uses of cloned() in the library
|
||||
- make a StartBoundWrapper that uses StartBound to implement ord and
|
||||
use that instead of storing the startbound twice
|
||||
- do a /map on set.rs after finishing it
|
||||
- text flow all comments
|
||||
|
||||
# features
|
||||
|
||||
Reference in New Issue
Block a user