Defines a logical not and operator applied to all the given TBoolOps. Same as Op.Not<Op.And<TBoolOps>>. Defines true or false according to the definition of nand logical operator. It gets applied to all the argumets in the given tuple type T.
not and
TBoolOps
Op.Not<Op.And<TBoolOps>>
true
false
nand
T
Defines a logical
not andoperator applied to all the givenTBoolOps. Same asOp.Not<Op.And<TBoolOps>>. Definestrueorfalseaccording to the definition ofnandlogical operator. It gets applied to all the argumets in the given tuple typeT.