#include "tensorstore/util/dimension_set.h"
using tensorstore::DimensionSet = SmallBitSet<kMaxRank>;

Represents a set of dimension indices.