#include "tensorstore/rank.h"
constexpr DimensionIndex tensorstore::DynamicRank::operator()(
    
DimensionIndex inline_buffer_size) const;

Enables the use of dynamic_rank(n) as an argument for DimensionIndex Rank template parameters to indicate a dynamic rank with an inline buffer of size n.