bvNot function

UnaryOp bvNot(
  1. Expr x
)

Implementation

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