#include "tensorstore/util/extents.h"
template <DimensionIndex Rank, typename... IndexType>
constexpr bool tensorstore::IsCompatibleFullIndexPack;

Bool-valued metafunction that evaluates to true if every IndexType is convertible without narrowing to Index, and sizeof...(IndexType) is compatible with Rank.