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