Skip to content

ncarray::Vector2DType

template<typename T>
concept= requires(T v) {
v.x;
v.y;
};

Determines an object that has two scalar values x and y.