#include "tensorstore/util/small_bit_set.h"
constexpr const ptrdiff_t tensorstore::BitRef<T>::kBitsPerBlock =
   
 sizeof(T) * 8;

Number of bits stored per T value.