Vector.isZero

Return true if all components are zero

struct Vector(T, int size)
@property const
static if(isNumeric!(T))
bool
isZero
()

Meta