isVectorNaN

Checks if the vector is non-numeric.

  1. bool isVectorNaN(Vector!T vector)
    bool
    isVectorNaN
    (
    T
    )
  2. alias isVecfNaN = isVectorNaN!float

Meta