diff --git a/src/args.rs b/src/args.rs index 37d9882..0168c0a 100644 --- a/src/args.rs +++ b/src/args.rs @@ -149,6 +149,10 @@ impl CallArgs { Ok(vals) } + /// Decrement all positional arguments by 1 + /// + /// This is used by builtin function `call` to pass + /// positional arguments to the other function pub fn decrement(self) -> Self { CallArgs( self.0