(&mut self, var: Rc<Path>, itv: Interval)
| 234 | } |
| 235 | |
| 236 | pub fn assign_interval(&mut self, var: Rc<Path>, itv: Interval) { |
| 237 | self.set_interval(&var, itv); |
| 238 | } |
| 239 | |
| 240 | pub fn narrowing_with(&self, rhs: &Self) -> Self { |
| 241 | self.meet(rhs) |
no test coverage detected