Trait interval::ops::Range
[−]
[src]
pub trait Range: Collection {
fn new(lb: Self::Item, ub: Self::Item) -> Self;
}
Required Methods
fn new(lb: Self::Item, ub: Self::Item) -> Self
Implementors
impl<Bound> Range for Interval<Bound> where Bound: Widthimpl<Bound> Range for IntervalSet<Bound> where Bound: Width + Num