not.not

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

Meta