Value must not be equal to zero
assert(test!notZero(1)); assert(test!notZero(2)); assert(test!notZero(-1)); assert(!test!notZero(0));
See Implementation
Value must not be equal to zero