\brief Create an iterator representing the logical begin of the run-end encoded array
| 385 | /// \brief Create an iterator representing the logical begin of the run-end |
| 386 | /// encoded array |
| 387 | Iterator begin() const { return iterator(0, PhysicalIndex(0)); } |
| 388 | |
| 389 | /// \brief Create an iterator representing the first invalid logical position |
| 390 | /// of the run-end encoded array |
no test coverage detected