The number of repeated values in this run.
| 122 | |
| 123 | /// The number of repeated values in this run. |
| 124 | constexpr rle_size_t values_count() const noexcept { return values_count_; } |
| 125 | |
| 126 | /// A pointer to the repeated value raw bytes. |
| 127 | constexpr const uint8_t* raw_data_ptr() const noexcept { return data_.data(); } |