#include "tensorstore/util/small_bit_set.h"
constexpr bool
tensorstore::SmallBitSet<N>::test(int pos) const noexcept;

Returns true if the specified bit is present in the set.