The OpenD Programming Language

not.not

template not(alias pred)
static if(!is(typeof(pred) : string) && !needOpCallAlias!pred)
bool
not
(
T...
)
(
auto ref T args
)

Meta