#include "tensorstore/util/small_bit_set.h"
using tensorstore::BitIterator<T>::reference = BitRef<T>;
using tensorstore::BitIterator<T>::const_reference = BitRef<const T>;

Proxy reference type.