The `upper` of this [Batch].
(&self)
| 146 | |
| 147 | /// The `upper` of this [Batch]. |
| 148 | pub fn upper(&self) -> &Antichain<T> { |
| 149 | self.batch.desc.upper() |
| 150 | } |
| 151 | |
| 152 | /// The `lower` of this [Batch]. |
| 153 | pub fn lower(&self) -> &Antichain<T> { |
no outgoing calls