Skip to main content

add

Function add 

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