isnan

Undocumented in source. Be warned that the author may not have intended to support it.
pure nothrow @nogc @safe
bool
isnan
(
V
)
(
const ref V vec
)
if (
isVector!V &&
isFloatingPoint!(V.valueType)
)

Meta