not.not

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

Meta