-
#include "tensorstore/array.h"
-
template <DimensionIndex OtherRank>
using tensorstore::Array<ElementTagType,
Rank,
OriginKind,
LayoutContainerKind>::RebindRank =
Array<ElementTag, OtherRank, OriginKind, LayoutContainerKind>; Alias that evaluates to an Array type with the
static_rank
rebound.