Skip to main content

not_value

Function not_value 

Source
pub fn not_value(val: RuntimeValue) -> Result<RuntimeValue, String>
Expand description

not x — logical negation of truthiness (Bool out). The bitwise complement is ~.