\brief returns the logical length of the current run Pre-condition: !is_end()
| 502 | /// |
| 503 | /// Pre-condition: !is_end() |
| 504 | int64_t run_length() const { return run_end() - logical_pos_; } |
| 505 | |
| 506 | /// \brief Return a physical index into the values array of a given input, |
| 507 | /// pointing to the value of the current run |
no outgoing calls