#include "tensorstore/util/small_bit_set.h"
template <typename T>
  
requires std::is_same_v<T, bool>
constexpr SmallBitSet&
tensorstore::SmallBitSet<N>::operator=(T value);

Sets all bits to the specified value.