The post-order traversal index for the expression. This can be used to index into the full set of results, as provided by an instance of `Derived`.
(&self)
| 176 | /// This can be used to index into the full set of results, as provided by an |
| 177 | /// instance of `Derived`. |
| 178 | pub fn index(&self) -> usize { |
| 179 | self.upper - 1 |
| 180 | } |
| 181 | |
| 182 | /// The value bound to an identifier, if it has been derived. |
| 183 | /// |
no outgoing calls
no test coverage detected