not function

UnaryOp not(
  1. Expr x
)

Implementation

UnaryOp not(Expr x) => UnaryOp(UnaryOpKind.not, x).declare();