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

Static or dynamic data type of the array.