Return the number of values that can be advanced.
| 288 | |
| 289 | /// Return the number of values that can be advanced. |
| 290 | rle_size_t remaining() const { return remaining_count_; } |
| 291 | |
| 292 | /// Return the repeated value of this decoder. |
| 293 | constexpr value_type value() const { return value_; } |
no outgoing calls