ncarray::HasDType
ncarray::HasDType
Section titled “ncarray::HasDType”Definition
Section titled “Definition”template<typename T>concept= requires(const T arr) { { arr.dtype() } -> same_as<>; };Detailed Description
Section titled “Detailed Description”Determines an object that has a known data type for its elements.