Vector.isOk

Checks that the vector not have a weird NaN value Returns : True if this vector not have a NaN value

struct Vector(T, size_t dim_)
nothrow @property @nogc pure const
bool
isOk
()
if (
__traits(isFloating, T)
)

Meta