Skip to main content

subtract

Function subtract 

Source
pub fn subtract(
    left: RuntimeValue,
    right: RuntimeValue,
) -> Result<RuntimeValue, String>