Trait nekolib::ds::incremental_line_set::ChtInt
source · pub trait ChtInt: Copy + Ord + Default + Debug {
// Required methods
fn oo() -> Self;
fn right(self, b: Self, line1: (Self, Self)) -> Self;
fn on_line(self, line: (Self, Self)) -> Self;
fn simplify(self) -> i8;
}