bitwise_not

Function bitwise_not 

Source
pub fn bitwise_not(col: Expr) -> Expr
Expand description

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.