Vector.opCast

FloatingPoint valueType, Returns true if all values are not nan and finite, otherwise false

struct Vector(type, int dim)
nothrow @nogc pure nothrow @nogc pure nothrow @nogc @safe const
static if(isFloatingPoint!valueType)
bool
opCast
(
T : bool
)
()
if (
(dim >= 2) &&
(dim <= 4)
)

Meta