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

Number of bits stored per block of type T.