Is the window frame ever-expanding (it always grows in the superset sense). Useful when understanding if set-monotonicity properties of functions can be exploited.
(&self)
| 293 | /// Useful when understanding if set-monotonicity properties of functions can |
| 294 | /// be exploited. |
| 295 | pub fn is_ever_expanding(&self) -> bool { |
| 296 | self.start_bound.is_unbounded() |
| 297 | } |
| 298 | } |
| 299 | |
| 300 | /// There are five ways to describe starting and ending frame boundaries: |
no test coverage detected