#include "tensorstore/box.h" template <DimensionIndex Rank = dynamic_rank>using tensorstore::MutableBoxView = BoxView<Rank, true>; Mutable view of a Box.