#include "tensorstore/data_type.h"
template <typename H>
friend H tensorstore::DataType::AbslHashValue(H hDataType x);

Abseil hash support.

For consistency with the comparison operators, this simply forwards to the std::type_index hash code.