pub fn not_value(val: RuntimeValue) -> Result<RuntimeValue, String>Expand description
not x — logical negation of truthiness (Bool out). The bitwise complement is ~.
pub fn not_value(val: RuntimeValue) -> Result<RuntimeValue, String>not x — logical negation of truthiness (Bool out). The bitwise complement is ~.