Returns logical inverse of the arguments given
Not not([value]) => Not(value == null ? true : value);