fn interp_nargs(
_positional: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Get the number of arguments supplied to the current function call.
@return integer giving the number of supplied arguments