ConditionBuilder.not

Helper to quickly create field == false conditions for boolean fields.

  1. NotConditionBuilder!T not;
  2. void not()
    struct ConditionBuilder(T)
    static if(!(__traits(allMembers, NotConditionBuilder!T).length > 1))
    void
    not
    ()
    ()

Meta