Skip to main content

builtin_bitw_not

Function builtin_bitw_not 

Source
fn builtin_bitw_not(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Bitwise NOT (ones’ complement).

@param a integer vector @return integer vector of bitwise-negated values