pub fn bitwise_not(col: Expr) -> Expr
Returns the result of a bitwise negation operation on the argument, where each bit in the binary representation is flipped, following two’s complement arithmetic for signed integers.