pub fn check_arity(id: BuiltinId, n: usize) -> Result<(), String>
Check the call’s arity BEFORE evaluating arguments. format accepts any arity (it reads only its first argument, or none).
format