ncarray::Vector2DType
ncarray::Vector2DType
Section titled “ncarray::Vector2DType”Definition
Section titled “Definition”template<typename T>concept= requires(T v) { v.x; v.y; };Detailed Description
Section titled “Detailed Description”Determines an object that has two scalar values x and y.