not.not

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool not(Args args)
  2. bool not()
    template not(alias predicate)
    bool
    not
    (
    Args...
    )
    ()
    if (
    is(typeof(predicate == true)) &&
    !(is(typeof(predicate(Args.init))))
    )
  3. bool not()

Meta