#include "tensorstore/array.h"
using tensorstore::Array<ElementTagType,
                         Rank,
                         OriginKind,
                         LayoutContainerKind>::
Element =
    typename ElementPointer::Element;

Element type of the array, may be const qualified.