Bit offset of the first value in the first byte.
| 45 | |
| 46 | /// Bit offset of the first value in the first byte. |
| 47 | constexpr size_type bit_start() const noexcept { return bit_start_; } |
| 48 | |
| 49 | /// Return a new span starting at the given position. |
| 50 | constexpr BitmapSpan NewStartingAt(size_type bit_start) const noexcept { |
no outgoing calls
no test coverage detected