#include "tensorstore/util/small_bit_set.h"
template <typename U>
  
requires std::is_same_v<const U, T>
constexpr tensorstore::BitIterator<T>::BitIterator(
    
BitIterator<U> other);

Converts from a non-const iterator.