Returns a reference to the lower bound.
(&self)
| 383 | |
| 384 | /// Returns a reference to the lower bound. |
| 385 | pub fn lower(&self) -> &ScalarValue { |
| 386 | &self.lower |
| 387 | } |
| 388 | |
| 389 | /// Returns a reference to the upper bound. |
| 390 | pub fn upper(&self) -> &ScalarValue { |
no outgoing calls
no test coverage detected