#include "tensorstore/array.h"
template <typename OtherElement>
using tensorstore::Array<ElementTagType,
                         Rank,
                         OriginKind,
                         LayoutContainerKind>::
RebindElement =
    Array<typename ElementTagTraits<ElementTag>::template rebind<
              
OtherElement>,
          Rank,
          OriginKind,
          LayoutContainerKind>;

Alias that evaluates to an Array type with the specified Element type rebound.