reComplement function

Expr reComplement(
  1. Expr x
)

Implementation

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