* updateBounds() need to be called explicitly if data is modified. */
| 143 | * updateBounds() need to be called explicitly if data is modified. |
| 144 | */ |
| 145 | MutableRange<bool> asMutableRange() { |
| 146 | return MutableRange<bool>(bits_.data(), begin_, end_); |
| 147 | } |
| 148 | |
| 149 | const uint64_t* allBits() const { |
| 150 | return bits_.data(); |