var with the negated value, or var.init for non-numeric types.
For `!`: A var containing a bool result.
var opUnary(string op)() if (op == "-" || op == "!") const @safeUnary operators for var.
Supported operators:
true if the value is "falsy", false otherwise.Falsy values for `!`:
NULLfalse (BOOL)0 (any integer type)0.0 (any floating type, but not -0.0)op | The unary operator (`"-"` or `"!"`). |
var with the negated value, or var.init for non-numeric types.
For `!`: A var containing a bool result.