Skip to content

ncarray::Vector4DType

template<typename T>
concept= Vector3DType<T> && requires(T v) {
v.w;
};

Determines an object that has four scalar values x, y, z, and w.