[][src]Function ketos::function::sub_number

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

Returns the resulting of subtracting a value from another.