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

Bool-valued metafunction that evaluates to true if Indices is span-compatible with a span::value_type convertible without narrowing to Index and a static span::extent implicitly compatible with Rank.