#include "tensorstore/box.h"
template <typename T, DimensionIndex Rank>
constexpr bool tensorstore::IsBoxLikeExplicitlyConvertibleToRank;

Metafunction that evaluates to true if, and only if, T is a Box-like type with Box::static_rank explicitly convertible to Rank.