pub trait StrictDivisionExt {
// Required methods
fn remainder(&self, side: DivisionSide) -> FMapping;
fn bounds(&self) -> RVec<TermBounds>;
}Expand description
Methods specific to Division<Strict>.
Required Methods§
Sourcefn remainder(&self, side: DivisionSide) -> FMapping
fn remainder(&self, side: DivisionSide) -> FMapping
Returns the original mapping with matched terms removed.
Sourcefn bounds(&self) -> RVec<TermBounds>
fn bounds(&self) -> RVec<TermBounds>
Returns per-term padding bounds reconstructed from the strict residue.