Function ketos::function::add_number [] [src]

pub fn add_number(ctx: &Context,
                  lhs: Value,
                  rhs: &Value)
                  -> Result<Value, Error>

Returns the result of adding two values together.