Get the lower bound of the current range (inclusive)
(&self)
| 84 | |
| 85 | /// Get the lower bound of the current range (inclusive) |
| 86 | pub fn lower(&self) -> State { |
| 87 | self.lower |
| 88 | } |
| 89 | |
| 90 | /// Get the size of the current range |
| 91 | pub fn range(&self) -> State::NonZero { |
no outgoing calls
no test coverage detected