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

Constructs a vector with all bits set to value.